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 in78963495d0. Forwardport off8e0557b01from stable/1.11.x
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user