From fc8f097117af7ada616fad20ae5b417fcf740413 Mon Sep 17 00:00:00 2001 From: Ben Demboski Date: Fri, 5 Aug 2016 17:18:12 -0700 Subject: Fixed #27027 -- Restored Client.force_login() defaulting to the first auth backend. --- docs/releases/1.10.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt index 89fc2b2b19..2950c06042 100644 --- a/docs/releases/1.10.1.txt +++ b/docs/releases/1.10.1.txt @@ -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`). -- cgit v1.3