.. |
fixtures
|
…
|
|
models
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
templates
|
Fixed spelling of "nonexistent".
|
2017-02-03 08:01:45 -05:00 |
__init__.py
|
…
|
|
backend_alias.py
|
…
|
|
client.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
common-passwords-custom.txt
|
…
|
|
settings.py
|
…
|
|
test_admin_multidb.py
|
…
|
|
test_auth_backends.py
|
Improved test coverage for django.contrib.auth.
|
2017-03-01 17:29:50 -05:00 |
test_auth_backends_deprecation.py
|
Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures that accept a request kwarg.
|
2017-02-24 10:15:41 -05:00 |
test_basic.py
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
test_checks.py
|
…
|
|
test_context_processors.py
|
Fixed spelling of "nonexistent".
|
2017-02-03 08:01:45 -05:00 |
test_decorators.py
|
Fixed spelling of "nonexistent".
|
2017-02-03 08:01:45 -05:00 |
test_deprecated_views.py
|
Fixed spelling of "nonexistent".
|
2017-02-03 08:01:45 -05:00 |
test_forms.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
test_handlers.py
|
…
|
|
test_hashers.py
|
Refs #23919 -- Removed misc Python 2/3 references.
|
2017-01-25 13:59:25 -05:00 |
test_management.py
|
Improved test coverage for django.contrib.auth.
|
2017-03-01 17:29:50 -05:00 |
test_middleware.py
|
…
|
|
test_mixins.py
|
Fixed spelling of "nonexistent".
|
2017-02-03 08:01:45 -05:00 |
test_models.py
|
Improved test coverage for django.contrib.auth.
|
2017-03-01 17:29:50 -05:00 |
test_remote_user.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
test_signals.py
|
…
|
|
test_templates.py
|
…
|
|
test_tokens.py
|
…
|
|
test_validators.py
|
…
|
|
test_views.py
|
Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.
|
2017-03-07 19:52:26 -05:00 |
urls.py
|
Refs #27025 -- Fixed "invalid escape sequence" warning in auth_tests on Python 3.6.
|
2017-04-02 20:02:55 -04:00 |
urls_admin.py
|
…
|
|
urls_custom_user_admin.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
urls_deprecated.py
|
…
|
|