Opened 12 years ago
Closed 12 years ago
#18626 closed Cleanup/optimization (fixed)
Lack of scaping on howto / initial data
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | Typo, Documentation |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
On the last paragraph of Providing initial data with fixtures is:
"...just call manage.py loaddata, where <fixturename> is the name of the fixture..."
should be:
"...just call manage.py loaddata <fixturename>, where <fixturename> is the name of the fixture..."
https://docs.djangoproject.com/en/1.4/howto/initial-data/#providing-initial-data-with-fixtures
Note:
See TracTickets
for help on using tickets.
In [bf9d5eff4cd74ffc8fcd1f610587e5ad00dc7f3f]: