Opened 13 years ago
Closed 13 years ago
#18805 closed Bug (fixed)
Superuser not created (python 3.2.3 and DJango 1.5)
| Reported by: | 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 , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|---|
| Version: | 1.4 → master |
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [54899d810dfb892558699ddbd5f724a358dc96e1]: