Opened 12 years ago

Closed 12 years ago

#18805 closed Bug (fixed)

Superuser not created (python 3.2.3 and DJango 1.5)

Reported by: sunsesh@… Owned by: nobody
Component: Python 3 Version: dev
Severity: Normal Keywords: Decode, STR
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As I was testing the tutorial (Poll), I encountered the above error during the first dbsync.

When I said yes for creation of the superuser, I got the error:

AttributeError: 'str' object has no attribute 'decode'

and the superuser was not created.

Change History (2)

comment:1 by Aymeric Augustin, 12 years ago

Triage Stage: UnreviewedAccepted
Version: 1.4master

comment:2 by Aymeric Augustin <aymeric.augustin@…>, 12 years ago

Resolution: fixed
Status: newclosed

In [54899d810dfb892558699ddbd5f724a358dc96e1]:

[py3] Fixed #18805 -- ported createsuperuser.

Thanks sunsesh at gmail.com for the report.

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