summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorshanghui <shangdahao@gmail.com>2017-11-08 16:32:49 +0800
committerTim Graham <timograham@gmail.com>2017-11-08 09:45:35 -0500
commit36dd0126a5a9688530f099ab6cc4f8621d1494b3 (patch)
tree02222dde607e8bd94eab9ecc3a9ed838ec49e439 /docs
parenta977ae91390b603c27fc4b5f3e8d3e4eea3dce1f (diff)
[2.0.x] Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error when using ModelBackend.
Regression in e0a3d937309a82b8beea8f41b17d8b6298da2a86. Thanks Guilherme Junqueira for the report and Tim Graham for the review. Backport of 359370a8b8ca0efe99b1d4630b291ec060b69225 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.8.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.11.8.txt b/docs/releases/1.11.8.txt
index dd9d19ae19..dd9fb0c3ce 100644
--- a/docs/releases/1.11.8.txt
+++ b/docs/releases/1.11.8.txt
@@ -9,4 +9,5 @@ Django 1.11.8 fixes several bugs in 1.11.7.
Bugfixes
========
-* ...
+* Reallowed, following a regression in Django 1.10, ``AuthenticationForm`` to
+ raise the inactive user error when using ``ModelBackend`` (:ticket:`28645`).