aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorStephan Groß2013-03-04 14:11:05 +0100
committerStephan Groß2013-03-04 14:11:05 +0100
commit7db2332c4006cd2c79b0ad002bcd9e15f7075ca6 (patch)
treea58b96208396596a0b0e3b66b970c83f0c714b7c /docs/topics
parentb4c9b68c965c8e07712bf6d173abe4d1e59f8728 (diff)
downloaddjango-rest-framework-7db2332c4006cd2c79b0ad002bcd9e15f7075ca6.tar.bz2
Update release docs
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index f6ef2c18..352b1630 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -45,7 +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.
+* Bugfix for authtoken migration while using a custom user model and south.
### 2.2.1