Skip to content

Commit

Permalink
Bump to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Sep 17, 2018
1 parent 4c16fba commit e509a9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.1
* Fix: Validate nested field before creating it even in partial update (@yuekui)
* Fix some potential issues in the delete phase for reverse relations update

## 0.5.0
* Workaround: Validation problem: `parent` isn't set for nested serializer's fields on the validation stage #1 (@kenny1992)
* Fix: Validation problem: custom validation errors raised from the nested serializer have a wrong path #2 (@kenny1992)
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.5.0'
__version__ = '0.5.1'
__author__ = 'beda.software'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2014-2018 beda.software'
Expand Down

0 comments on commit e509a9e

Please sign in to comment.