Opened 17 years ago
Closed 17 years ago
#9059 closed (fixed)
Mistake in tutorial
| Reported by: | zen | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| 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
Hi,
There is a mistaka at:
http://docs.djangoproject.com/en/dev/intro/tutorial04/#use-generic-views-less-code-is-better
7th paragraph from the bottom.
I believe it should read "Go through your templates, and modify any reference to latest_poll_list to object_list [...]" instead of "Go through your templates, and modify any reference to latest_poll_list to object_list() [...]"
Note:
See TracTickets
for help on using tickets.
(In [9022]) Fixed #9059: Corrected some markup in tutorial 4 that incorrectly identified a template variable as a function. Thanks to zen for the report.