Changeset 7315 for django/trunk/docs/tutorial04.txt
- Timestamp:
- 03/18/08 18:38:59 (10 months ago)
- Files:
-
- django/trunk/docs/tutorial04.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial04.txt
r7294 r7315 38 38 data server-side, use ``method="post"``. This tip isn't specific to 39 39 Django; it's just good Web development practice. 40 41 * ``forloop.counter`` indicates how many times the ``for`` tag has 42 gone through its loop; for more information, see `the 43 documentation for the "for" tag`_. 44 45 .. _the documentation for the "for" tag: ../templates/#for 40 46 41 47 Now, let's create a Django view that handles the submitted data and does
