We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b89920 commit 2df191aCopy full SHA for 2df191a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.6.2
2
+* Fix: Refresh from DB when updating nested object #122 (@pcarn)
3
+* Fix: UniqueFieldsMixin validation optional for partial update #117 (@robinchow)
4
+* Add Django 3.1 to CI tests (@johnthagen)
5
+
6
## 0.6.1
7
* Add support for Django 3.1 #115 (@LeeHanYeong)
8
drf_writable_nested/__init__.py
@@ -1,5 +1,5 @@
__title__ = 'DRF writable nested'
-__version__ = '0.6.1'
+__version__ = '0.6.2'
__author__ = 'beda.software'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2014-2020 beda.software'
0 commit comments