Changeset 7838
- Timestamp:
- 07/04/08 21:34:37 (2 months ago)
- Files:
-
- django/trunk/docs/newforms.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/newforms.txt
r7814 r7838 1346 1346 attribute. 1347 1347 1348 When you use a ``FileField`` on a form, you must also remember to1348 When you use a ``FileField`` in a form, you must also remember to 1349 1349 `bind the file data to the form`_. 1350 1350 … … 1413 1413 Using an ImageField requires that the `Python Imaging Library`_ is installed. 1414 1414 1415 When you use a ``FileField`` on a form, you must also remember to1415 When you use an ``ImageField`` in a form, you must also remember to 1416 1416 `bind the file data to the form`_. 1417 1417
