summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/test_basic.py
AgeCommit message (Expand)Author
2013-10-08[1.6.x] Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons