Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#943 closed defect (fixed)

django-admin createsuperuser bails on no arguments after 1474

Reported by: deric <deric@…> Owned by: Adrian Holovaty
Component: Core (Management commands) Version:
Severity: normal Keywords:
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

> django-admin.py createsuperuser 
Error: %r requires arguments of 'username email password' or no argument at all.

Attachments (2)

django-admin.diff (846 bytes ) - added by deric <deric@…> 18 years ago.
django-admin.2.diff (957 bytes ) - added by deric <deric@…> 18 years ago.

Download all attachments as: .zip

Change History (4)

by deric <deric@…>, 18 years ago

Attachment: django-admin.diff added

by deric <deric@…>, 18 years ago

Attachment: django-admin.2.diff added

comment:1 by deric <deric@…>, 18 years ago

django-admin.2.diff is the one to merge unless you think tracebacks makes things livelier...

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1477]) Fixed #943 -- Restored django-admin createsuperuser functionality with no arguments. Thanks, deric

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