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:42:17 -0400
commitd68b145a6f6e5e5dc1775cdaa904d83ee28ed615 (patch)
treeeb985d0576eaf85b45b8f4df6237225b589c926e /docs
parent9f79fe756f60082e97ce84347a4b2f4cfd098c6d (diff)
[1.10.x] Fixed #27027 -- Restored Client.force_login() defaulting to the first auth backend.
Backport of fc8f097117af7ada616fad20ae5b417fcf740413 from master
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`).