mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error when using ModelBackend.
Regression in e0a3d93730.
Thanks Guilherme Junqueira for the report and Tim Graham for the review.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user