Commit 8a4e2c17 by Stephan Groß

removed duplicate entry in 2.1.15

parent 26f9acb4
...@@ -87,10 +87,9 @@ To run the tests. ...@@ -87,10 +87,9 @@ To run the tests.
* Added `PATCH` support. * Added `PATCH` support.
* Added `RetrieveUpdateAPIView`. * Added `RetrieveUpdateAPIView`.
* Relation changes are now persisted in `save` instead of in `.restore_object`. * Relation changes are now persisted in `.save` instead of in `.restore_object`.
* Remove unused internal `save_m2m` flag on `ModelSerializer.save()`. * Remove unused internal `save_m2m` flag on `ModelSerializer.save()`.
* Tweak behavior of hyperlinked fields with an explicit format suffix. * Tweak behavior of hyperlinked fields with an explicit format suffix.
* Relation changes are now persisted in `.save()` instead of in `.restore_object()`.
* Bugfix: Fix issue with FileField raising exception instead of validation error when files=None. * Bugfix: Fix issue with FileField raising exception instead of validation error when files=None.
* Bugfix: Partial updates should not set default values if field is not included. * Bugfix: Partial updates should not set default values if field is not included.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment