Opened 17 years ago

Closed 17 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".

Change History (1)

comment:1 by Ramiro Morales, 17 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #3786 that has a patch attached

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