.. |
templates
|
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
|
2014-08-12 19:22:09 -04:00 |
__init__.py
|
Moved an import in an auth test; refs #23925.
|
2014-12-15 10:09:18 -05:00 |
backend_alias.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
custom_user.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
settings.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
test_auth_backends.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
test_basic.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
test_context_processors.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
test_decorators.py
|
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
2014-11-03 11:56:37 -05:00 |
test_forms.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
test_handlers.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
test_hashers.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
test_management.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
test_middleware.py
|
Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddleware.
|
2014-12-03 13:11:47 -05:00 |
test_models.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
test_remote_user.py
|
Removed direct manipulation of settings in auth tests; refs #21230.
|
2015-02-04 09:56:55 -05:00 |
test_signals.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
test_templates.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
test_tokens.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
test_views.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
urls.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
urls_admin.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
utils.py
|
Stopped using django.utils.unittest in the test suite.
|
2013-07-01 14:29:33 +02:00 |