Skip to content

Commit

Permalink
Bump to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed May 26, 2021
1 parent 0392957 commit c6c47e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.6.3
* Support django 3.2 and python 3.9 #142
* Make nested object deletion extensible #143 (@kavdev)
* Support extended validator with message and other props for UniqueFieldsMixin (@starryrbs)

## 0.6.2
* Fix: Refresh from DB when updating nested object #122 (@pcarn)
* Fix: UniqueFieldsMixin validation optional for partial update #117 (@robinchow)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The following relations are supported:
Requirements
============

- Python (3.5, 3.6, 3.7, 3.8)
- Django (2.2, 3.0, 3.1)
- Python (3.5, 3.6, 3.7, 3.8, 3.9)
- Django (2.2, 3.0, 3.1, 3.2)
- djangorestframework (3.8+)

Installation
Expand Down
2 changes: 1 addition & 1 deletion drf_writable_nested/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'DRF writable nested'
__version__ = '0.6.2'
__version__ = '0.6.3'
__author__ = 'beda.software'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2014-2020 beda.software'
Expand Down

0 comments on commit c6c47e4

Please sign in to comment.