Skip to content

Commit 87a1476

Browse files
committed
Bump to 0.5.4
1 parent 16e18c3 commit 87a1476

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.5.4
2+
* Update UniqueFieldsMixin to support DRF 3.11 validator context API (@mands)
3+
14
## 0.5.3
25
* Support custom resource_type_field_name for polymorphic serialize (@tsaipoan)
36

drf_writable_nested/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'DRF writable nested'
2-
__version__ = '0.5.3'
2+
__version__ = '0.5.4'
33
__author__ = 'beda.software'
44
__license__ = 'BSD 2-Clause'
55
__copyright__ = 'Copyright 2014-2019 beda.software'

0 commit comments

Comments
 (0)