Skip to content

Commit af460d2

Browse files
author
Ryan P Kilby
committed
Add PR 5376 to release notes
1 parent c877367 commit af460d2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/topics/release-notes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ You can determine your currently installed version using `pip freeze`:
4040

4141
## 3.6.x series
4242

43+
### 3.6.5
44+
45+
* 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]
46+
4347
### 3.6.4
4448

4549
**Date**: [21st August 2017][3.6.4-milestone]
@@ -1417,5 +1421,5 @@ For older release notes, [please see the version 2.x documentation][old-release-
14171421
[gh5147]: https://github.com/encode/django-rest-framework/issues/5147
14181422
[gh5131]: https://github.com/encode/django-rest-framework/issues/5131
14191423

1420-
1421-
1424+
<!-- 3.6.5 -->
1425+
[gh5376]: https://github.com/encode/django-rest-framework/issues/5376

0 commit comments

Comments
 (0)