[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:
Ben Demboski 2016-08-05 17:18:12 -07:00 committed by Tim Graham
parent 9f79fe756f
commit d68b145a6f
3 changed files with 25 additions and 0 deletions

View file

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