Opened 16 years ago

Closed 16 years ago

#7397 closed (fixed)

django-admin docs still out of order after [7594]

Reported by: anonymous Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

[7594] was supposed to reorder the 'createsuperuser' command so that it came alphabetically (after 'createcachetable'). However, the 'dbshell' command was inadvertently disordered in the move.

currently, order goes: ..., createcache, dbshell, createsuperuser, diffsettings, ...

Attachments (2)

django-admin.txt.patch (1.7 KB ) - added by Johann Heller <Johams@…> 16 years ago.
Patch
django-admin.diff (1.7 KB ) - added by Johann Heller <Johams@…> 16 years ago.
Patch that better adhears to the diff standard.

Download all attachments as: .zip

Change History (4)

comment:1 by Johann Heller <Johams@…>, 16 years ago

Has patch: set

I have attached a simple patch to rectify the problem. It simply moves 'dbshell' down to its alphabetically correct position.

by Johann Heller <Johams@…>, 16 years ago

Attachment: django-admin.txt.patch added

Patch

by Johann Heller <Johams@…>, 16 years ago

Attachment: django-admin.diff added

Patch that better adhears to the diff standard.

comment:2 by James Bennett, 16 years ago

Resolution: fixed
Status: newclosed

(In [7614]) Fixed #7397: corrected order of command names in docs/django-admin.txt

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