diff options
| author | Tom Christie | 2013-03-08 22:46:37 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-03-08 22:46:37 +0000 |
| commit | 6c1fcc855a2d05732113ce260b8660a414e1961e (patch) | |
| tree | 5febd9f69fea30a59505d35130b904a14391ca6e /docs | |
| parent | 775b4314eda853bbdfacab5cc5d3d0ec0e56a92e (diff) | |
| download | django-rest-framework-6c1fcc855a2d05732113ce260b8660a414e1961e.tar.bz2 | |
Update release notes
Diffstat (limited to 'docs')
| -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 a4262d98..eb4d378e 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -43,6 +43,7 @@ You can determine your currently installed version using `pip freeze`: ### Master * 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. * Bugfix: Workaround for Django bug causing case where `Authtoken` could be registered for cascade delete from `User` even if not installed. ### 2.2.3 |
