.. |
templates
|
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
|
2013-06-26 13:11:47 -04:00 |
__init__.py
|
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
|
2013-05-10 23:08:45 -04:00 |
test_auth_backends.py
|
Fixed #20760 -- Reduced timing variation in ModelBackend.
|
2013-07-23 15:43:12 +02:00 |
test_basic.py
|
Modified auth to work with unittest2 discovery.
|
2013-04-02 21:59:45 -06:00 |
test_context_processors.py
|
Modified auth to work with unittest2 discovery.
|
2013-04-02 21:59:45 -06:00 |
test_custom_user.py
|
Fixed #20244: PermissionsMixin now defines a related_query_name for M2Ms
|
2013-06-27 15:44:22 +01:00 |
test_decorators.py
|
Fixed #20114 -- support custom project login_url in tests
|
2013-04-05 09:03:28 -07:00 |
test_forms.py
|
Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.
|
2013-05-16 11:41:52 -04:00 |
test_handlers.py
|
Defined available_apps in relevant tests.
|
2013-06-10 11:30:01 +02:00 |
test_hashers.py
|
Fixed #20675 -- `check_password` should work when no password is specified.
|
2013-07-03 14:09:58 -04:00 |
test_management.py
|
Fixed #19925 - Added validation for REQUIRED_FIELDS being a list
|
2013-06-07 19:58:41 -04:00 |
test_models.py
|
More import removals
|
2013-06-29 11:58:36 +02:00 |
test_remote_user.py
|
Removed several unused imports.
|
2013-06-19 17:18:40 +02:00 |
test_signals.py
|
Modified auth to work with unittest2 discovery.
|
2013-04-02 21:59:45 -06:00 |
test_tokens.py
|
Stopped using django.utils.unittest in the test suite.
|
2013-07-01 14:29:33 +02:00 |
test_views.py
|
Fixed #19019 -- Fixed UserAdmin to log password change.
|
2013-07-23 08:33:07 -04:00 |
urls.py
|
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
|
2013-06-26 13:11:47 -04:00 |
urls_admin.py
|
Fixed #20078: don't allow filtering on password in the user admin.
|
2013-03-27 11:24:36 -05:00 |
utils.py
|
Stopped using django.utils.unittest in the test suite.
|
2013-07-01 14:29:33 +02:00 |