Opened 19 years ago
Closed 19 years ago
#4017 closed (duplicate)
Typo in django sql commands
| Reported by: | Tomas Kouba | Owned by: | Jacob |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
At http://www.djangoproject.com/documentation/tutorial01/
the line "python manage.py sqlall polls — A combination of all the SQL from the ‘sql’, ‘sqlinitialdata’, and ‘sqlindexes’ commands" should be "python manage.py sqlall polls — A combination of all the SQL from the ‘sql’, ‘sqlcustom’, and ‘sqlindexes’ commands".
Note:
See TracTickets
for help on using tickets.
Duplicate of #3786 that has a patch attached