mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Tweak release notes.
This commit is contained in:
parent
7ed81c3c66
commit
4223786ddc
|
@ -21,10 +21,11 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi
|
|||
* Added `PATCH` support.
|
||||
* Added `RetrieveUpdateAPIView`.
|
||||
* Relation changes are now persisted in `save` instead of in `.restore_object`.
|
||||
* Cleanup 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.
|
||||
* Relation changes are now persisted in `.save()` instead of in `.restore_object()`.
|
||||
* Bugfix: Fix issue with FileField validation with 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.
|
||||
|
||||
### 2.1.14
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user