We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e18c3 commit 87a1476Copy full SHA for 87a1476
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.5.4
2
+* Update UniqueFieldsMixin to support DRF 3.11 validator context API (@mands)
3
+
4
## 0.5.3
5
* Support custom resource_type_field_name for polymorphic serialize (@tsaipoan)
6
drf_writable_nested/__init__.py
@@ -1,5 +1,5 @@
__title__ = 'DRF writable nested'
-__version__ = '0.5.3'
+__version__ = '0.5.4'
__author__ = 'beda.software'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2014-2019 beda.software'
0 commit comments