summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/test_basic.py
AgeCommit message (Expand)Author
2014-02-18flake8 fixes (unused imports and variables).Tim Graham
2014-02-18Consolidated all tests for createsuperuser in the same TestCase.Baptiste Mispelon
2013-12-29Added Apps.clear_cache().Aymeric Augustin
2013-12-29Cleared get_models cache when swapping User model.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-10-10Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.Tim Graham
2013-10-08Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons