summaryrefslogtreecommitdiff
path: root/django/contrib/auth/management/commands
AgeCommit message (Expand)Author
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-26Fixed #21627 -- Added unicode_literals to changepassword command.Jon Lønne
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-02-15Fixed #19807 -- Sanitized getpass input in createsuperuserClaude Paroz
2013-02-07Updated createsuperuser to use unicode_literals. Refs #19757.Florian Apolloner
2013-02-06Fixed #19745 -- Forced resolution of verbose names in createsupersuserClaude Paroz
2013-02-04Fixed #19725 -- Made createsuperuser handle non-ascii promptsClaude Paroz
2013-01-22Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.Florian Apolloner
2012-10-13Fixed #19067 -- Clarified handling of username in createsuperuser.Russell Keith-Magee
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-09-29Fixed #19041 -- Corrected the handling of default usernames in createsuperuser.Russell Keith-Magee
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-08-08[py3] Replaced raw_input by inputClaude Paroz
2012-05-19Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper classClaude Paroz
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
2012-03-05Fixes #17327 -- Add --database option to createsuperuser and change password ...Chris Beaven
2011-05-09Fixes #15778 -- createsuperuser fails on international characters in system u...Chris Beaven
2011-05-04Tiny grammar fix in createsuperuser command.Chris Beaven
2011-02-22Fixed #15371 -- Ensure that a superuser created with the createsuperuser mana...Russell Keith-Magee
2010-11-17Fixed #7077 and #7431 -- Use getpass.getuser instead of pwd.getpwuid to deter...Jannis Leidel
2010-10-09Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au...Russell Keith-Magee
2010-05-21Fixed #13569 -- Fixed createsuperuser management command to work with the new...Jannis Leidel
2010-01-29Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ...Russell Keith-Magee
2008-10-06Fixed #5753 -- Allow createsuperuser to work in situations where thereMalcolm Tredinnick
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-06-08Fixed #7394: fixed bug with syncdb and createsuperuser introduced in [7590]. ...Jacob Kaplan-Moss
2008-06-08Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.Jacob Kaplan-Moss