Commit 195adf6e by Tom Christie

Update release notes.

parent b7a5c4b0
...@@ -52,6 +52,7 @@ You can determine your currently installed version using `pip freeze`: ...@@ -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.
......
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