.. |
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
|
Moved an import in an auth test; refs #23925.
|
2014-12-15 10:09:18 -05:00 |
custom_user.py
|
Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD supports FK after 9bc2d76 .
|
2014-07-08 08:21:41 -04:00 |
test_auth_backends.py
|
Moved an import in an auth test; refs #23925.
|
2014-12-15 10:09:18 -05:00 |
test_basic.py
|
Fixed #23488 -- Added AnonymousUser.get_username().
|
2014-09-18 10:48:28 -04:00 |
test_context_processors.py
|
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
2014-11-03 11:56:37 -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
|
Fixed typos using https://github.com/vlajos/misspell_fixer
|
2014-11-03 20:59:30 -05:00 |
test_handlers.py
|
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
2014-11-03 11:56:37 -05:00 |
test_hashers.py
|
Simplified caching of password hashers.
|
2014-11-19 21:35:39 +01:00 |
test_management.py
|
Fixed #23338 -- Added warning when unique=True on ForeigKey
|
2014-11-27 19:42:30 -05:00 |
test_middleware.py
|
Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddleware.
|
2014-12-03 13:11:47 -05:00 |
test_models.py
|
Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null.
|
2014-08-01 17:51:49 -04:00 |
test_remote_user.py
|
Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change.
|
2014-08-20 14:39:40 -04:00 |
test_signals.py
|
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
2014-11-03 11:56:37 -05:00 |
test_templates.py
|
Refs #23793 -- Fixed test failure after password reset messages clarification
|
2014-11-15 17:05:24 +01:00 |
test_tokens.py
|
Fixed #21298 -- Fixed E301 pep8 warnings
|
2013-10-23 13:45:03 +01:00 |
test_views.py
|
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
2014-11-03 11:56:37 -05:00 |
urls.py
|
Avoided rewrapping Contexts in render_to_response.
|
2014-11-22 17:58:38 +01:00 |
urls_admin.py
|
Fixed #22218 -- Deprecated django.conf.urls.patterns.
|
2014-04-03 07:28:10 -04:00 |
utils.py
|
Stopped using django.utils.unittest in the test suite.
|
2013-07-01 14:29:33 +02:00 |