mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +03:00
Update release docs
This commit is contained in:
parent
b4c9b68c96
commit
7db2332c40
|
@ -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.
|
* 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.
|
||||||
* 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
|
### 2.2.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user