Opened 11 years ago

Closed 11 years ago

#19622 closed Uncategorized (invalid)

can't create superuser

Reported by: anonymous Owned by: nobody
Component: Uncategorized Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

1.5 rc1
database:mysql

manage.py createsuperuser
D:\Python27\lib\site-packages\django\utils\hashcompat.py:9: DeprecationWarning:
django.utils.hashcompat is deprecated; use hashlib instead

DeprecationWarning)

UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordin
al not in range(128)

Change History (1)

comment:1 by Claude Paroz, 11 years ago

Resolution: invalid
Status: newclosed

If you are getting a hashcompat DeprecationWarning, you are probably not running 1.5rc1. In any case, a full traceback would be required, but please, use support channel first.

Note: See TracTickets for help on using tickets.
Back to Top