aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-02-12 23:17:19 +0000
committerTom Christie2013-02-12 23:17:19 +0000
commit195adf6ed44e34acce08e306c6ced0340c28798d (patch)
tree441950678cfc66243e48812ccf1e1e7bc82a81eb /docs
parentb7a5c4b050ab5bd0125e6f7af4e0546c98125282 (diff)
downloaddjango-rest-framework-195adf6ed44e34acce08e306c6ced0340c28798d.tar.bz2
Update release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 8756430f..06e45674 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -52,6 +52,7 @@ You can determine your currently installed version using `pip freeze`:
* Deprecate `blank=True` on CharFields, just use `required=False`.
* Deprecate optional `obj` argument in permissions checks in favor of `has_object_permission`.
* Deprecate implicit hyperlinked relations behavior.
+* Bugfix: Fix broken DjangoModelPermissions.
* Bugfix: Allow serializer output to be cached.
* Bugfix: Fix styling on browsable API login.
* Bugfix: Fix issue with deserializing empty to-many relations.