mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
Rename release notes section
Moved issue links to top for easier access. (Can move back later)
This commit is contained in:
parent
be5e4b4f50
commit
cecaa27988
|
@ -38,9 +38,9 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 3.6.x series
|
## 3.7.x series
|
||||||
|
|
||||||
### 3.6.5
|
### 3.7.0
|
||||||
|
|
||||||
* 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. [#5422][gh5422]
|
* Deprecated `exclude_from_schema` on `APIView` and `api_view` decorator. Set `schema = None` or `@schema(None)` as appropriate. [#5422][gh5422]
|
||||||
|
@ -50,6 +50,16 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
|
|
||||||
**Possible backwards compatibility break** if you were relying on datetime strings being UTC. Have client interpret datetimes or [set default or active timezone (docs)][djangodocs-set-timezone] to UTC if needed.
|
**Possible backwards compatibility break** if you were relying on datetime strings being UTC. Have client interpret datetimes or [set default or active timezone (docs)][djangodocs-set-timezone] to UTC if needed.
|
||||||
|
|
||||||
|
<!-- 3.7.0 -->
|
||||||
|
[gh5376]: https://github.com/encode/django-rest-framework/issues/5376
|
||||||
|
[gh5422]: https://github.com/encode/django-rest-framework/issues/5422
|
||||||
|
[gh5408]: https://github.com/encode/django-rest-framework/issues/5408
|
||||||
|
[gh3732]: https://github.com/encode/django-rest-framework/issues/3732
|
||||||
|
[djangodocs-set-timezone]: https://docs.djangoproject.com/en/1.11/topics/i18n/timezones/#default-time-zone-and-current-time-zone
|
||||||
|
|
||||||
|
|
||||||
|
## 3.6.x series
|
||||||
|
|
||||||
### 3.6.4
|
### 3.6.4
|
||||||
|
|
||||||
**Date**: [21st August 2017][3.6.4-milestone]
|
**Date**: [21st August 2017][3.6.4-milestone]
|
||||||
|
@ -1427,9 +1437,3 @@ For older release notes, [please see the version 2.x documentation][old-release-
|
||||||
[gh5147]: https://github.com/encode/django-rest-framework/issues/5147
|
[gh5147]: https://github.com/encode/django-rest-framework/issues/5147
|
||||||
[gh5131]: https://github.com/encode/django-rest-framework/issues/5131
|
[gh5131]: https://github.com/encode/django-rest-framework/issues/5131
|
||||||
|
|
||||||
<!-- 3.6.5 -->
|
|
||||||
[gh5376]: https://github.com/encode/django-rest-framework/issues/5376
|
|
||||||
[gh5422]: https://github.com/encode/django-rest-framework/issues/5422
|
|
||||||
[gh5408]: https://github.com/encode/django-rest-framework/issues/5408
|
|
||||||
[gh3732]: https://github.com/encode/django-rest-framework/issues/3732
|
|
||||||
[djangodocs-set-timezone]: https://docs.djangoproject.com/en/1.11/topics/i18n/timezones/#default-time-zone-and-current-time-zone
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user