summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/models.py
AgeCommit message (Expand)Author
2012-03-20Fixed a typo in my previous commit. Apologies.Aymeric Augustin
2012-03-20Fixed #17940 -- Enforced USE_TZ = False in contrib apps tests that use fixtur...Aymeric Augustin
2012-03-02Fixed #17046 -- Added a check if the username passed to User.objects.create_u...Jannis Leidel
2012-02-09Fixed #17504 -- Fixed normalization of email addresses that have '@' in the n...Jannis Leidel
2012-02-04Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...Jannis Leidel
2010-02-23Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...Justin Bronn