.. |
fixtures
|
Converted test fixtures to setUpTestData methods
|
2015-03-05 10:10:32 +11:00 |
models
|
Fixed #35303 -- Implemented async auth backends and utils.
|
2024-10-07 14:19:41 +02:00 |
templates
|
Fixed spelling of "nonexistent".
|
2017-02-03 08:01:45 -05:00 |
__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
|
Fixed #16860 -- Added password validation to django.contrib.auth.
|
2015-06-07 19:31:20 +02:00 |
settings.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
test_admin_multidb.py
|
Fixed #35520 -- Avoided opening transaction for read-only ModelAdmin requests.
|
2024-07-04 11:38:58 +02:00 |
test_auth_backends.py
|
Refs #28215 -- Marked auth form passwords as sensitive variables.
|
2024-11-15 13:53:13 +01:00 |
test_basic.py
|
Fixed #35303 -- Implemented async auth backends and utils.
|
2024-10-07 14:19:41 +02:00 |
test_checks.py
|
Fixed #31405 -- Added LoginRequiredMiddleware.
|
2024-05-22 08:51:17 +02:00 |
test_context_processors.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
test_decorators.py
|
Refs #35844 -- Used asgiref.sync.iscoroutinefunction() instead of deprecated asyncio.iscoroutinefunction().
|
2024-10-17 10:15:10 -03:00 |
test_forms.py
|
Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails.
|
2024-09-03 09:22:32 -03:00 |
test_handlers.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
test_hashers.py
|
Added test for acheck_password() to ensure make_password is called for unusable passwords.
|
2024-08-08 12:53:36 -03:00 |
test_management.py
|
Fixed #35569 -- Improved wording of invalid ForeignKey error message.
|
2024-07-04 11:35:03 +02:00 |
test_middleware.py
|
Fixed #31405 -- Added LoginRequiredMiddleware.
|
2024-05-22 08:51:17 +02:00 |
test_migrations.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
test_mixins.py
|
Refs #33476 -- Applied Black's 2023 stable style.
|
2023-02-01 11:04:38 +01:00 |
test_models.py
|
Fixed #35303 -- Implemented async auth backends and utils.
|
2024-10-07 14:19:41 +02:00 |
test_remote_user.py
|
Fixed #35303 -- Implemented async auth backends and utils.
|
2024-10-07 14:19:41 +02:00 |
test_signals.py
|
Used addCleanup() in tests where appropriate.
|
2023-12-31 10:01:31 +01:00 |
test_templates.py
|
Refs #35706 -- Prefixed 'Error:' to titles of admin pages with form errors.
|
2024-09-02 15:19:33 +02:00 |
test_tokens.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
test_validators.py
|
Fixed #35782 -- Allowed overriding password validation error messages.
|
2024-10-15 17:23:39 +02:00 |
test_views.py
|
Refs #35727 -- Updated response.content.decode calls to use the HttpResponse.text property.
|
2024-10-16 11:52:22 +02: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
|
Fixed #31405 -- Added LoginRequiredMiddleware.
|
2024-05-22 08:51:17 +02:00 |