Changeset 7361 for django/trunk/docs/tutorial04.txt
- Timestamp:
- 03/24/08 23:42:21 (8 months ago)
- Files:
-
- django/trunk/docs/tutorial04.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial04.txt
r7315 r7361 40 40 41 41 * ``forloop.counter`` indicates how many times the ``for`` tag has 42 gone through its loop ; for more information, see `the42 gone through its loop. For more information, see `the 43 43 documentation for the "for" tag`_. 44 44
