django1/django/contrib/auth/management/commands
John Paulett b4681be154 [1.7.x] Fixed #22364 -- Sanitized getpass input in changepassword.
Python 2 getpass on Windows does not accept unicode, even
when containing on ASCII characters. Related #190807.

Backport of b5a9166f7e from master
2014-04-10 13:16:04 -04:00
..
__init__.py Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq. 2008-06-08 05:31:16 +00:00
changepassword.py [1.7.x] Fixed #22364 -- Sanitized getpass input in changepassword. 2014-04-10 13:16:04 -04:00
createsuperuser.py Removed BaseCommand.stdin introduced in 116d39842d. 2014-02-18 11:36:06 +01:00