aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-03-08 20:56:30 +0000
committerTom Christie2013-03-08 20:56:30 +0000
commitc5b98f0d106758298edf045e7bb44ecd7e4b9629 (patch)
tree03fe7371ef93dff81e3abcec3202d98f989ed00c /docs
parent4d48de631baee39025da04b95f46051d7398bd6c (diff)
downloaddjango-rest-framework-c5b98f0d106758298edf045e7bb44ecd7e4b9629.tar.bz2
authtoken abstract if not installed.
Fixes #705.
Diffstat (limited to 'docs')
-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 ab675950..a4262d98 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)
+* Bugfix: Workaround for Django bug causing case where `Authtoken` could be registered for cascade delete from `User` even if not installed.
### 2.2.3