0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/tests/auth_tests
shanghui 359370a8b8 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.
2017-11-08 09:39:12 -05:00
..
fixtures
models Fixed #27515 -- Made AuthenticationForm's username field use the max_length from the model field. 2017-10-20 11:13:26 -04:00
templates
__init__.py
backend_alias.py
client.py
common-passwords-custom.txt
settings.py
test_admin_multidb.py
test_auth_backends.py Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating get_user_permissions(). 2017-10-14 20:47:49 -04:00
test_basic.py
test_checks.py Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:03 -05:00
test_context_processors.py
test_decorators.py
test_forms.py Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error when using ModelBackend. 2017-11-08 09:39:12 -05:00
test_handlers.py
test_hashers.py Completed test coverage for BasePasswordHasher. 2017-09-29 09:28:25 -04:00
test_management.py Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser. 2017-11-03 20:00:08 -04:00
test_middleware.py
test_mixins.py
test_models.py Completed test coverage for AnonymousUser. 2017-09-28 13:11:23 -04:00
test_remote_user.py
test_signals.py
test_templates.py
test_tokens.py
test_validators.py
test_views.py
urls_admin.py
urls_custom_user_admin.py
urls.py