1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/auth_tests
Nick Pope 847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.
2022-02-22 10:29:38 +01:00
..
fixtures
models Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
templates
__init__.py
backend_alias.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
client.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
common-passwords-custom.txt
settings.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_admin_multidb.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_auth_backends.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_basic.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_checks.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_context_processors.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_decorators.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_forms.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_handlers.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_hashers.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_management.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_middleware.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_migrations.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_mixins.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_models.py Removed redundant QuerySet.all() calls in docs and tests. 2022-02-22 10:29:38 +01:00
test_remote_user.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_signals.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_templates.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_tokens.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_validators.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_views.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
urls_admin.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
urls_custom_user_admin.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
urls.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00