aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-02-28 18:02:10 +0000
committerTom Christie2013-02-28 18:02:10 +0000
commit282af6057f30b5af4665d687200ee1ebf82fcf00 (patch)
treeb6a303e6c92ea1a1f65562c7009f0d2dba3e3d5b /docs
parent13b3af0d22bdbae5be0eb39ea50219c1fb83e28f (diff)
downloaddjango-rest-framework-282af6057f30b5af4665d687200ee1ebf82fcf00.tar.bz2
Release notes
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 06dc79a6..43499c9a 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -42,6 +42,7 @@ You can determine your currently installed version using `pip freeze`:
### Master
+* 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.