summaryrefslogtreecommitdiff
path: root/tests/auth_tests/models
AgeCommit message (Expand)Author
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-09-27Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...levental
2016-08-10Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0.Olexander Yermakov
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-02-23Fixed a stray __unicode__() method in auth_tests.Tim Graham
2016-02-04Fixed #26089 -- Removed custom user test models from public API.Simon Charette
2016-01-06Fixed #25746 -- Isolated inlined test models registration.Simon Charette
2015-10-27Removed unnecessary app_label='auth' on auth_tests models.Tim Graham
2015-10-27Fixed #25596 -- Fixed regression in password change view with custom user model.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-06Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDsAlasdair Nicol
2015-02-12Fixed #24161 -- Stored the user primary key as a serialized value in the sess...Tim Graham
2015-02-11Moved non-documented auth test models to the new test location.Tim Graham