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