Django

Code

Ticket #7397 (closed: fixed)

Opened 3 months ago

Last modified 3 months ago

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

Reported by: anonymous Assigned to: nobody
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

django-admin.txt.patch (1.7 kB) - added by Johann Heller <Johams@gmail.com> on 06/09/08 14:51:31.
Patch
django-admin.diff (1.7 kB) - added by Johann Heller <Johams@gmail.com> on 06/09/08 14:57:32.
Patch that better adhears to the diff standard.

Change History

06/09/08 14:50:59 changed by Johann Heller <Johams@gmail.com>

  • needs_better_patch changed.
  • has_patch set to 1.
  • needs_tests changed.
  • needs_docs changed.

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

06/09/08 14:51:31 changed by Johann Heller <Johams@gmail.com>

  • attachment django-admin.txt.patch added.

Patch

06/09/08 14:57:32 changed by Johann Heller <Johams@gmail.com>

  • attachment django-admin.diff added.

Patch that better adhears to the diff standard.

06/10/08 23:34:03 changed by ubernostrum

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #7397 (django-admin docs still out of order after [7594])




Change Properties
Action