Opened 17 years ago
Closed 17 years ago
#7392 closed (fixed)
Typo in old-style superuser creation
| Reported by: | James Bennett | Owned by: | Jacob |
|---|---|---|---|
| Component: | Contrib apps | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The change in [7590], which added the createsuperuser target for django-admin.py and manage.py, introduced a typo in the backwards-compatibility support for the old create_superuser script; attached is a patch which fixes this.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | create_superuser.diff added |
|---|
comment:1 by , 17 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7596]) Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the new createsuperuser command.