Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/auth_tests/test_models.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary app_label='auth' on auth_tests models.Tim Graham2015-10-271-1/+1
| | | | This is a relic of when the tests were stored in contrib.auth.tests.
* Refs #16860 -- Moved password_changed() logic to ↵Tim Graham2015-07-201-1/+38
| | | | | | AbstractBaseUser. Thanks Carl Meyer for review.
* Fixed #25009 -- Allowed ↵Francisco Albarran2015-06-221-0/+21
| | | | User.objects.create_user(...,is_staff=True) to work.
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-1/+40
|
* Moved non-documented auth test models to the new test ↵Tim Graham2015-02-111-2/+0
| | | | location.
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+214