mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
Add note to release notes.
This commit is contained in:
parent
1c2c4f43ae
commit
a966b8417e
|
@ -43,6 +43,7 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
### 3.6.5
|
### 3.6.5
|
||||||
|
|
||||||
* Fix `DjangoModelPermissions` to ensure user authentication before calling the view's `get_queryset()` method. As a side effect, this changes the order of the HTTP method permissions and authentication checks, and 405 responses will only be returned when authenticated. If you want to replicate the old behavior, see the PR for details. [#5376][gh5376]
|
* Fix `DjangoModelPermissions` to ensure user authentication before calling the view's `get_queryset()` method. As a side effect, this changes the order of the HTTP method permissions and authentication checks, and 405 responses will only be returned when authenticated. If you want to replicate the old behavior, see the PR for details. [#5376][gh5376]
|
||||||
|
* Deprecated `exclude_from_schema` on `APIView` and `api_view` decorator. Set `schema = None` or `@schema(None)` as appropriate.
|
||||||
|
|
||||||
### 3.6.4
|
### 3.6.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user