index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
/
management
/
commands
Age
Commit message (
Expand
)
Author
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-26
Fixed #21627 -- Added unicode_literals to changepassword command.
Jon Lønne
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-02-15
Fixed #19807 -- Sanitized getpass input in createsuperuser
Claude Paroz
2013-02-07
Updated createsuperuser to use unicode_literals. Refs #19757.
Florian Apolloner
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
2013-01-22
Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.
Florian Apolloner
2012-10-13
Fixed #19067 -- Clarified handling of username in createsuperuser.
Russell Keith-Magee
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-09-29
Fixed #19041 -- Corrected the handling of default usernames in createsuperuser.
Russell Keith-Magee
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-05-19
Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class
Claude Paroz
2012-03-12
Edited some docs and docstrings until [17685]
Adrian Holovaty
2012-03-05
Fixes #17327 -- Add --database option to createsuperuser and change password ...
Chris Beaven
2011-05-09
Fixes #15778 -- createsuperuser fails on international characters in system u...
Chris Beaven
2011-05-04
Tiny grammar fix in createsuperuser command.
Chris Beaven
2011-02-22
Fixed #15371 -- Ensure that a superuser created with the createsuperuser mana...
Russell Keith-Magee
2010-11-17
Fixed #7077 and #7431 -- Use getpass.getuser instead of pwd.getpwuid to deter...
Jannis Leidel
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
2010-01-29
Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ...
Russell Keith-Magee
2008-10-06
Fixed #5753 -- Allow createsuperuser to work in situations where there
Malcolm Tredinnick
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-06-08
Fixed #7394: fixed bug with syncdb and createsuperuser introduced in [7590]. ...
Jacob Kaplan-Moss
2008-06-08
Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.
Jacob Kaplan-Moss
[prev]