diff options
| author | Tom Christie | 2013-03-08 20:41:00 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-03-08 20:41:00 +0000 |
| commit | 4d48de631baee39025da04b95f46051d7398bd6c (patch) | |
| tree | 979eb612a93b4ae0c60d099d34b2b7d1fc1f2965 /docs/topics | |
| parent | 5fffaf89e2df8f1213e2a8c3aea7efb35941808c (diff) | |
| download | django-rest-framework-4d48de631baee39025da04b95f46051d7398bd6c.tar.bz2 | |
Docs on per-object filtering
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 535da433..ab675950 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -40,6 +40,10 @@ You can determine your currently installed version using `pip freeze`: ## 2.2.x series +### 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) + ### 2.2.3 **Date**: 7th March 2013 |
