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)
Change History (4)
comment:1 by , 16 years ago
Has patch: | set |
---|
by , 16 years ago
Attachment: | django-admin.diff added |
---|
Patch that better adhears to the diff standard.
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I have attached a simple patch to rectify the problem. It simply moves 'dbshell' down to its alphabetically correct position.