summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Demboski <ben@joltlabs.com>2016-08-05 17:18:12 -0700
committerTim Graham <timograham@gmail.com>2016-08-06 08:41:41 -0400
commitfc8f097117af7ada616fad20ae5b417fcf740413 (patch)
treeaf62e08ef7a67cf8de506b51073f71f58498ffb3 /docs
parent4f113483d7ce642518883956e338be8d178e6a55 (diff)
Fixed #27027 -- Restored Client.force_login() defaulting to the first auth backend.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.1.txt4
1 files changed, 4 insertions, 0 deletions
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`).