Commit 282af605 by Tom Christie

Release notes

parent 13b3af0d
...@@ -42,6 +42,7 @@ You can determine your currently installed version using `pip freeze`: ...@@ -42,6 +42,7 @@ You can determine your currently installed version using `pip freeze`:
### Master ### 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. * Bugfix for serializer data being uncacheable with pickle protocol 0.
* Bugfixes for model field validation edge-cases. * Bugfixes for model field validation edge-cases.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment