summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_models.py
AgeCommit message (Expand)Author
2015-10-27[1.9.x] Removed unnecessary app_label='auth' on auth_tests models.Tim Graham
2015-07-20Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.Tim Graham
2015-06-22Fixed #25009 -- Allowed User.objects.create_user(...,is_staff=True) to work.Francisco Albarran
2015-03-05Converted test fixtures to setUpTestData methodsJosh Smeaton
2015-02-11Moved non-documented auth test models to the new test location.Tim Graham
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham