Opened 16 years ago

Closed 16 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)

create_superuser.diff (406 bytes ) - added by James Bennett 16 years ago.

Download all attachments as: .zip

Change History (3)

by James Bennett, 16 years ago

Attachment: create_superuser.diff added

comment:1 by James Bennett, 16 years ago

Has patch: set
Owner: changed from nobody to Jacob
Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [7596]) Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the new createsuperuser command.

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