aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2013-03-08 23:49:27 +0000
committerTom Christie2013-03-08 23:49:27 +0000
commit2c6c5d966e47fafbb9bace554ad14bd3b247aef9 (patch)
tree48d8c2a4b4a8943b02ec4acfbfadfda0fe28fbbe /docs/topics
parent69d169f5f629c1d02361198c4a76839a9f8d528d (diff)
downloaddjango-rest-framework-2c6c5d966e47fafbb9bace554ad14bd3b247aef9.tar.bz2
Update release notes.
Diffstat (limited to 'docs/topics')
-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 eb4d378e..13235a82 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -44,6 +44,7 @@ You can determine your currently installed version using `pip freeze`:
* Filtering backends are now applied to the querysets for object lookups as well as lists. (Eg you can use a filtering backend to control which objects should 404)
* Deal with error data nicely when deserializing lists of objects.
+* Extra override hook to configure `DjangoModelPermissions` for unauthenticated users.
* Bugfix: Workaround for Django bug causing case where `Authtoken` could be registered for cascade delete from `User` even if not installed.
### 2.2.3