Update release notes.

This commit is contained in:
Tom Christie 2013-03-08 23:49:27 +00:00
parent 69d169f5f6
commit 2c6c5d966e

View File

@ -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