Tim Graham
|
1b0b6f0342
|
[1.10.x] Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
Backport of 39805686b3 from master
|
2016-06-21 16:20:00 -04:00 |
Jon Dufresne
|
13d60298ea
|
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Backport of 4f336f6652 from master
|
2016-06-16 14:21:14 -04:00 |
Tim Graham
|
92053acbb9
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
Tim Graham
|
015fad9060
|
Fixed #26175 -- Removed SHA1 password hashes in tests.
|
2016-02-06 08:47:21 -05:00 |
Hasan
|
253adc2b8a
|
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
|
2016-01-29 13:03:39 -05:00 |
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 |
Tim Graham
|
f5e9d67907
|
Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.
Thanks Carl Meyer for review.
|
2015-07-20 13:44:26 -04:00 |
Francisco Albarran
|
e75b614640
|
Fixed #25009 -- Allowed User.objects.create_user(...,is_staff=True) to work.
|
2015-06-22 11:34:26 -04:00 |
Josh Smeaton
|
39a7eed1bb
|
Converted test fixtures to setUpTestData methods
|
2015-03-05 10:10:32 +11: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 |