Opened 17 years ago
Closed 17 years ago
#6659 closed (fixed)
documentation: forloop not introduced in tutorial 4
Reported by: | pj | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | tutorial forloop | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
At the start of "Writing your first Django app, part 4" in the first template code in the section "Write a simple form", I initially wondered where forloop had come from. The documentation text (templates.txt) explains the magic, but a pointer to this seems a good idea.
So, in the quick rundown list that follows the template, I suggest you add:
- The forloop.counter is an automatic index associated with the for loop that starts at 1. For more information on <whateverformat>forloop</format> variables, see the <whateverlink>forloop</link> documentation.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | 6659.docs.tutorial04.diff added |
---|
comment:1 by , 17 years ago
Has patch: | set |
---|
Quick patch attached, tested with SmileyChris's django_docs.
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Introduce forloop.couinter and point to the for loop documentation