django1/django/contrib/auth/management/commands
Claude Paroz 02e5909f7a Fixed #19807 -- Sanitized getpass input in createsuperuser
Python 2 getpass on Windows doesn't accept unicode, even when
containing only ascii chars.
Thanks Semmel for the report and tests.
2013-02-15 15:44:27 +01:00
..
__init__.py Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq. 2008-06-08 05:31:16 +00:00
changepassword.py Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app. 2013-01-22 12:47:34 +01:00
createsuperuser.py Fixed #19807 -- Sanitized getpass input in createsuperuser 2013-02-15 15:44:27 +01:00