You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/release-notes.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,10 @@ You can determine your currently installed version using `pip freeze`:
40
40
41
41
## 3.6.x series
42
42
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
+
43
47
### 3.6.4
44
48
45
49
**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-
0 commit comments