aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-03-10 20:39:04 +0000
committerTom Christie2013-03-10 20:39:04 +0000
commit20880232930dd6f3a1de9dda1546c84b9279a258 (patch)
tree6653bb0c7b5031191734648c5ae1f20bb6da2da0
parent0df008dc83cacc0ac1aef8f915c3d764b6c4e498 (diff)
downloaddjango-rest-framework-20880232930dd6f3a1de9dda1546c84b9279a258.tar.bz2
Update release notes
-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 13235a82..ff487826 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -45,6 +45,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: Fix pk relationship bug for some types of 1-to-1 relations.
* Bugfix: Workaround for Django bug causing case where `Authtoken` could be registered for cascade delete from `User` even if not installed.
### 2.2.3