summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZach Liu <zachliugis@gmail.com>2017-09-03 12:05:18 -0400
committerTim Graham <timograham@gmail.com>2017-09-03 12:05:18 -0400
commitf8e0557b01ebbb11478cfb012c4cafc67f1213c1 (patch)
tree0676bf14dc3a365d29135d1230a7f9fbf8e4e420 /docs
parentf9db06cf0812ee017b34bc786e1bf96e40f2327b (diff)
[1.11.x] Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect of positional arguments.
Regression in 78963495d0caadb77eb97ccf319ef0ba3b204fb5.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.5.txt b/docs/releases/1.11.5.txt
index 139371d90e..5fc3afe9b4 100644
--- a/docs/releases/1.11.5.txt
+++ b/docs/releases/1.11.5.txt
@@ -43,3 +43,6 @@ Bugfixes
* Fixed non-deterministic results or an ``AssertionError`` crash in some
queries with multiple joins (:ticket:`26522`).
+
+* Fixed a regression in ``contrib.auth``'s ``login()`` and ``logout()`` views
+ where they ignored positional arguments (:ticket:`28550`).