summaryrefslogtreecommitdiff
path: root/django/contrib/auth/fixtures
AgeCommit message (Expand)Author
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-03-22Fixed #17944 -- Prevented an error in the user change page of the admin when ...Aymeric Augustin
2012-02-04Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...Jannis Leidel
2011-06-28Reverted parts of r14891 and r16400 due to inherent brokenness of tests.Jannis Leidel
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...Jannis Leidel
2011-06-14Fixed #16183 -- Fixed an ignored auth test. Thanks, desh.Jannis Leidel
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2010-12-12Fixed #14731 -- Respect ordering when creating the default permissions. Thank...Jannis Leidel
2008-06-30Refs #7521 -- Re-reverted [7716] (originally reverted in [7726]), now modifie...Russell Keith-Magee
2008-06-23Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any application...Russell Keith-Magee
2008-06-20Added basic tests for auth.views.password_resetLuke Plant