summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/models.py
AgeCommit message (Expand)Author
2013-01-22[1.5.X] Fixed #19596 -- Use `_default_manager` instead of `objects` in the au...Florian Apolloner
2012-10-30[1.5.X] Added some test guards for some recently added auth tests.Russell Keith-Magee
2012-10-28[1.5.x] Fixed #19061 -- added is_active attribute to AbstractBaseUserPreston Holmes
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-06-25Fixed #17966 -- Isolated ProfileTestCase from custom AUTH_PROFILE_MODULEClaude Paroz
2012-05-03Replaced deprecated TestCase methods. Refs #17049.Claude Paroz
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
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