mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 10:03:57 +03:00
Update release notes.
This commit is contained in:
parent
377dc2cda2
commit
208407d569
|
@ -44,6 +44,7 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
|
|
||||||
* OAuth 2 support.
|
* OAuth 2 support.
|
||||||
* OAuth 1.0a support.
|
* OAuth 1.0a support.
|
||||||
|
* Support X-HTTP-Method-Override header.
|
||||||
* Filtering backends are now applied to the querysets for object lookups as well as lists. (Eg you can use a filtering backend to control which objects should 404)
|
* Filtering backends are now applied to the querysets for object lookups as well as lists. (Eg you can use a filtering backend to control which objects should 404)
|
||||||
* Deal with error data nicely when deserializing lists of objects.
|
* Deal with error data nicely when deserializing lists of objects.
|
||||||
* Extra override hook to configure `DjangoModelPermissions` for unauthenticated users.
|
* Extra override hook to configure `DjangoModelPermissions` for unauthenticated users.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user