summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/test_models.py
AgeCommit message (Expand)Author
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-14Imported custom user classes in tests depending on itClaude Paroz
2013-08-14Fixed #11400 -- Passed kwargs from AbstractUser.email_user() to send_mail()SusanTan
2013-06-29More import removalsClaude Paroz
2013-06-28Removed custom profile model functionality as per deprecation TL.Ramiro Morales
2013-06-27Fixed #20541 -- don't raise db signals twice when creating superuserAnton Baklanov
2013-06-18Fixed #20079 -- Improve security of password reset tokensErik Romijn
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons