Changeset 5506
- Timestamp:
- 06/21/07 11:05:23 (2 years ago)
- Files:
-
- django/trunk/docs/newforms.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/newforms.txt
r5469 r5506 111 111 --------------------------- 112 112 113 A ``Form`` instance is either **bound** or **unbound** to a set of data.113 A ``Form`` instance is either **bound** to a set of data, or **unbound**. 114 114 115 115 * If it's **bound** to a set of data, it's capable of validating that data
