Tim Graham
|
590b8c1c57
|
Removed unnecessary app_label='auth' on auth_tests models.
This is a relic of when the tests were stored in contrib.auth.tests.
|
2015-10-27 08:19:45 -04:00 |
Tzu-ping Chung
|
7372cdebed
|
Fixed #25457 -- Improved formatting of password validation errors in management command output.
|
2015-09-24 19:45:19 -04:00 |
David Gibbons
|
39b55537ec
|
Added two more tests for user-entered passwords when creating a superuser.
|
2015-08-18 16:22:14 -04:00 |
Tim Graham
|
fa14fb9771
|
Fixed flake8 warning.
|
2015-08-02 21:30:13 -04:00 |
Alex Becker
|
53d28f8339
|
Fixed #25089 -- Added password validation to createsuperuser/changepassword.
|
2015-08-01 20:18:26 -04:00 |
Alasdair Nicol
|
1ea87c8c79
|
Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs
Clarified docs to say that a non-unique USERNAME_FIELD is permissable
as long as the custom auth backend can support it.
|
2015-06-06 09:33:02 -04:00 |
Simon Charette
|
be67400b47
|
Refs #24652 -- Used SimpleTestCase where appropriate.
|
2015-05-20 13:46:13 -04:00 |
Joeri Bekker
|
0ed20d5cc4
|
Fixed #23926 -- Improved validation error for custom permissions that are too long.
|
2015-03-16 12:13:49 -04:00 |
Tim Graham
|
5ab327a389
|
Moved non-documented auth test models to the new test location.
|
2015-02-11 10:29:48 -05:00 |
Tim Graham
|
2d7aca3da0
|
Moved contrib.auth tests out of contrib.
|
2015-02-11 10:19:22 -05:00 |