Opened 20 years ago
Closed 20 years ago
#1765 closed defect (fixed)
[patch] incorrect table name in docs/tutorial01.txt
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
docs/tutorial01.txt shows output from python manage.py sql polls that refers incorrectly to a table named polls_polls. It should be polls_poll.
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | tutorial01.diff added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to fix table name in docs/tutorial01.txt