mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
[1.10.x] Fixed #27027 -- Restored Client.force_login() defaulting to the first auth backend.
Backport of fc8f097117
from master
This commit is contained in:
parent
9f79fe756f
commit
d68b145a6f
3 changed files with 25 additions and 0 deletions
|
@ -33,3 +33,7 @@ Bugfixes
|
|||
* Prevented the ``migrate`` command from raising
|
||||
``InconsistentMigrationHistory`` in the presence of unapplied squashed
|
||||
migrations (:ticket:`27004`).
|
||||
|
||||
* Fixed a regression in ``Client.force_login()`` which required specifying a
|
||||
``backend`` rather than automatically using the first one if multiple
|
||||
backends are configured (:ticket:`27027`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue