diff options
| author | Tom Christie | 2013-02-12 23:17:19 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-02-12 23:17:19 +0000 | 
| commit | 195adf6ed44e34acce08e306c6ced0340c28798d (patch) | |
| tree | 441950678cfc66243e48812ccf1e1e7bc82a81eb /docs/topics | |
| parent | b7a5c4b050ab5bd0125e6f7af4e0546c98125282 (diff) | |
| download | django-rest-framework-195adf6ed44e34acce08e306c6ced0340c28798d.tar.bz2 | |
Update release notes.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/release-notes.md | 1 | 
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.  | 
