1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect of positional arguments.

Regression in 78963495d0.

Forwardport of f8e0557b01 from stable/1.11.x
This commit is contained in:
ZachLiuGIS
2017-09-01 09:07:03 -04:00
committed by Tim Graham
parent fe0184b412
commit 2dacc2ccd9
4 changed files with 72 additions and 5 deletions

View File

@@ -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`).