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
/
tests
/
basic.py
Age
Commit message (
Expand
)
Author
2013-04-02
Modified auth to work with unittest2 discovery.
Preston Timmons
2013-03-01
Fixed #19945 -- Fixed default User model Meta inheritance.
matiasb
2013-02-15
Avoided unneeded assertion on Python 3
Claude Paroz
2013-02-15
Fixed #19807 -- Sanitized getpass input in createsuperuser
Claude Paroz
2013-02-06
Fixed #19745 -- Forced resolution of verbose names in createsupersuser
Claude Paroz
2013-02-04
Fixed #19725 -- Made createsuperuser handle non-ascii prompts
Claude Paroz
2012-11-24
Updated User manager when testing custom AUTH_USER_MODEL
Claude Paroz
2012-09-27
Fixed a small oversight in auth tests
Preston Holmes
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-08-17
Made createsuperuser more robust when getting current OS username.
Ramiro Morales
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-05-10
Fixed #18093 -- Added a pk to AnonymousUser.
Aymeric Augustin
2011-12-23
Renovated password hashing. Many thanks to Justine Tunney for help with the i...
Paul McMillan
2011-06-28
Fixed #16363 -- Fixed tests introduced in r16472. Thanks, EnTeQuAk.
Jannis Leidel
2011-06-28
Make the email parameter of User.objects.create_user optional.
Chris Beaven
2011-06-26
Fixed #14390 and #16262 -- Moved password related functions from auth models ...
Jannis Leidel
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-02-22
Fixed #15371 -- Ensure that a superuser created with the createsuperuser mana...
Russell Keith-Magee
2010-10-09
Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au...
Russell Keith-Magee
2010-05-21
Fixed #13569 -- Fixed createsuperuser management command to work with the new...
Jannis Leidel
2009-04-05
Fixed a sloppy test auth test. [10400] revealed that the auth test was relyin...
Jacob Kaplan-Moss
2009-03-30
Fixed #8140 -- Made `UserManager.create_superuser` return the new `User` obje...
Gary Wilson Jr
2008-07-31
Fixed #7723 - implemented a secure password reset form that uses a token and ...
Luke Plant
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner