.. |
fixtures
|
39a7eed1bb
Converted test fixtures to setUpTestData methods
|
10 роки тому |
models
|
181fb60159
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
|
6 роки тому |
templates
|
29f607927f
Fixed spelling of "nonexistent".
|
8 роки тому |
__init__.py
|
2d7aca3da0
Moved contrib.auth tests out of contrib.
|
10 роки тому |
backend_alias.py
|
2d7aca3da0
Moved contrib.auth tests out of contrib.
|
10 роки тому |
client.py
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 роки тому |
common-passwords-custom.txt
|
1daae25bdc
Fixed #16860 -- Added password validation to django.contrib.auth.
|
9 роки тому |
settings.py
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
8 роки тому |
test_admin_multidb.py
|
8c775391b7
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.
|
6 роки тому |
test_auth_backends.py
|
84e7a9f4a7
Switched setUp() to setUpTestData() where possible in Django's tests.
|
6 роки тому |
test_basic.py
|
7fce4dc5ff
Moved AnonymousUser tests to its own test case.
|
7 роки тому |
test_checks.py
|
6c0042430e
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
|
7 роки тому |
test_context_processors.py
|
acc8dd4142
Fixed #28984 -- Made assorted code simplifications.
|
7 роки тому |
test_decorators.py
|
0f212db29d
Made reused RequestFactory instances class attributes.
|
6 роки тому |
test_forms.py
|
f3fa86a89b
Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth."
|
6 роки тому |
test_handlers.py
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 роки тому |
test_hashers.py
|
06670015f7
Increased the default PBKDF2 iterations for Django 3.0.
|
6 роки тому |
test_management.py
|
181fb60159
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
|
6 роки тому |
test_middleware.py
|
c1aec0feda
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
|
9 роки тому |
test_migrations.py
|
181fb60159
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
|
6 роки тому |
test_mixins.py
|
193c109327
Switched TestCase to SimpleTestCase where possible in Django's tests.
|
6 роки тому |
test_models.py
|
8c775391b7
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.
|
6 роки тому |
test_remote_user.py
|
db1b10ef0d
Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().
|
6 роки тому |
test_remote_user_deprecation.py
|
db1b10ef0d
Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().
|
6 роки тому |
test_signals.py
|
14e34dcf8c
Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_login isn't a field.
|
7 роки тому |
test_templates.py
|
0f212db29d
Made reused RequestFactory instances class attributes.
|
6 роки тому |
test_tokens.py
|
67a6ba391b
Reverted "Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS."
|
7 роки тому |
test_validators.py
|
193c109327
Switched TestCase to SimpleTestCase where possible in Django's tests.
|
6 роки тому |
test_views.py
|
a8e2a9bac6
Refs #15902 -- Deprecated storing user's language in the session.
|
6 роки тому |
urls.py
|
a8e2a9bac6
Refs #15902 -- Deprecated storing user's language in the session.
|
6 роки тому |
urls_admin.py
|
043bd70942
Updated test URL patterns to use path() and re_path().
|
6 роки тому |
urls_custom_user_admin.py
|
043bd70942
Updated test URL patterns to use path() and re_path().
|
6 роки тому |