mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
Update release notes.
This commit is contained in:
parent
b7a5c4b050
commit
195adf6ed4
|
@ -52,6 +52,7 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
* Deprecate `blank=True` on CharFields, just use `required=False`.
|
* Deprecate `blank=True` on CharFields, just use `required=False`.
|
||||||
* Deprecate optional `obj` argument in permissions checks in favor of `has_object_permission`.
|
* Deprecate optional `obj` argument in permissions checks in favor of `has_object_permission`.
|
||||||
* Deprecate implicit hyperlinked relations behavior.
|
* Deprecate implicit hyperlinked relations behavior.
|
||||||
|
* Bugfix: Fix broken DjangoModelPermissions.
|
||||||
* Bugfix: Allow serializer output to be cached.
|
* Bugfix: Allow serializer output to be cached.
|
||||||
* Bugfix: Fix styling on browsable API login.
|
* Bugfix: Fix styling on browsable API login.
|
||||||
* Bugfix: Fix issue with deserializing empty to-many relations.
|
* Bugfix: Fix issue with deserializing empty to-many relations.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user