Skip to content

Commit 467485d

Browse files
committed
Rename release notes section
Moved issue links to top for easier access. (Can move back later)
1 parent fd963ce commit 467485d

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

docs/topics/release-notes.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ You can determine your currently installed version using `pip freeze`:
3838

3939
---
4040

41-
## 3.6.x series
41+
## 3.7.x series
4242

43-
### 3.6.5
43+
### 3.7.0
4444

4545
* 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]
4646
* 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`:
5050

5151
**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.
5252

53+
<!-- 3.7.0 -->
54+
[gh5376]: https://github.com/encode/django-rest-framework/issues/5376
55+
[gh5422]: https://github.com/encode/django-rest-framework/issues/5422
56+
[gh5408]: https://github.com/encode/django-rest-framework/issues/5408
57+
[gh3732]: https://github.com/encode/django-rest-framework/issues/3732
58+
[djangodocs-set-timezone]: https://docs.djangoproject.com/en/1.11/topics/i18n/timezones/#default-time-zone-and-current-time-zone
59+
60+
61+
## 3.6.x series
62+
5363
### 3.6.4
5464

5565
**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-
14271437
[gh5147]: https://github.com/encode/django-rest-framework/issues/5147
14281438
[gh5131]: https://github.com/encode/django-rest-framework/issues/5131
14291439

1430-
<!-- 3.6.5 -->
1431-
[gh5376]: https://github.com/encode/django-rest-framework/issues/5376
1432-
[gh5422]: https://github.com/encode/django-rest-framework/issues/5422
1433-
[gh5408]: https://github.com/encode/django-rest-framework/issues/5408
1434-
[gh3732]: https://github.com/encode/django-rest-framework/issues/3732
1435-
[djangodocs-set-timezone]: https://docs.djangoproject.com/en/1.11/topics/i18n/timezones/#default-time-zone-and-current-time-zone

0 commit comments

Comments
 (0)