django1/django/contrib/auth/management/commands
Jon Lønne 398642fd9b Fixed #21627 -- Added unicode_literals to changepassword command.
Fixed a crash when executing changepassword command when the user object
representation contained non-ASCII characters.
2013-12-26 07:35:50 -05:00
..
__init__.py Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq. 2008-06-08 05:31:16 +00:00
changepassword.py Fixed #21627 -- Added unicode_literals to changepassword command. 2013-12-26 07:35:50 -05:00
createsuperuser.py Fixed #19807 -- Sanitized getpass input in createsuperuser 2013-02-15 15:44:27 +01:00