From 2dacc2ccd9593678f19b61ecfe1bc6ee826c2a88 Mon Sep 17 00:00:00 2001 From: ZachLiuGIS Date: Fri, 1 Sep 2017 09:07:03 -0400 Subject: 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 --- docs/releases/1.11.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3