Opened 17 years ago

Closed 17 years ago

#3909 closed (fixed)

Two little suggestions for the django-admin docs

Reported by: adurdin@… Owned by: Jacob
Component: Documentation 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

  1. A mention of the --indent option in the section covering dumpdata would have been a great help to me.
  1. It took me quite some time to find out that dumpdata existed -- although it has a cross-reference to loaddata, loaddata (which I learnt of through the tests docs) does not cross-reference dumpdata.

Attachments (1)

django-admin.txt.diff (1.0 KB ) - added by adurdin@… 17 years ago.

Download all attachments as: .zip

Change History (3)

by adurdin@…, 17 years ago

Attachment: django-admin.txt.diff added

comment:1 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedReady for checkin

Looks good

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [4978]) Fixed #3909 -- Added a couple of small clarifications to django-admin.py
documentation. Thanks, adurdin@….

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