diff options
| author | ZachLiuGIS <zachliugis@gmail.com> | 2017-09-01 09:07:03 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-03 12:06:44 -0400 |
| commit | 2dacc2ccd9593678f19b61ecfe1bc6ee826c2a88 (patch) | |
| tree | 3eda5433a64950d5dda01de46cc6b7844c5c8dd7 /docs | |
| parent | fe0184b4121dd68b827575fc2116a65703c5be08 (diff) | |
Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect of positional arguments.
Regression in 78963495d0caadb77eb97ccf319ef0ba3b204fb5.
Forwardport of f8e0557b01ebbb11478cfb012c4cafc67f1213c1 from stable/1.11.x
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.5.txt | 3 |
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`). |
