aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorStephan Groß2013-03-04 13:53:39 +0100
committerStephan Groß2013-03-04 13:53:39 +0100
commit4cdb6b2959f6d13417c48781d53c4e7e685934e7 (patch)
tree09d41b891cc1afd7a075a0fb57a0e932969df0e5 /docs/topics
parent282af6057f30b5af4665d687200ee1ebf82fcf00 (diff)
downloaddjango-rest-framework-4cdb6b2959f6d13417c48781d53c4e7e685934e7.tar.bz2
Fix authtoken migration
Diffstat (limited to 'docs/topics')
-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 43499c9a..f6ef2c18 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`:
* Request authentication is no longer lazily evaluated, instead authentication is always run, which results in more consistent, obvious behavior. Eg. Supplying bad auth credentials will now always return an error response, even if no permissions are set on the view.
* Bugfix for serializer data being uncacheable with pickle protocol 0.
* Bugfixes for model field validation edge-cases.
+* Bugfix for authtoken migration while using a custom user model.
### 2.2.1