Opened 16 years ago

Closed 16 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)

6659.docs.tutorial04.diff (735 bytes ) - added by Pete Crosier 16 years ago.
Introduce forloop.couinter and point to the for loop documentation

Download all attachments as: .zip

Change History (3)

by Pete Crosier, 16 years ago

Attachment: 6659.docs.tutorial04.diff added

Introduce forloop.couinter and point to the for loop documentation

comment:1 by Pete Crosier, 16 years ago

Has patch: set

Quick patch attached, tested with SmileyChris's django_docs.

comment:2 by James Bennett, 16 years ago

Resolution: fixed
Status: newclosed

(In [7315]) Fixed #6659: explained where "forloop.counter" comes from

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