Changeset 9390
- Timestamp:
- 11/10/08 20:57:02 (2 months ago)
- Files:
-
- django/trunk/docs/topics/forms/index.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/topics/forms/index.txt
r9215 r9390 58 58 A Form object encapsulates a sequence of form fields and a collection of 59 59 validation rules that must be fulfilled in order for the form to be accepted. 60 Form classes are created as subclasses of ``django.forms.Form`` and are60 Form classes are created as subclasses of ``django.forms.Form`` and 61 61 make use of a declarative style that you'll be familiar with if you've used 62 62 Django's database models.
