Changeset 4245
- Timestamp:
- 12/26/06 23:14:34 (2 years ago)
- Files:
-
- django/trunk/docs/newforms.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/newforms.txt
r4209 r4245 23 23 24 24 * At an undecided future date, we will move the current ``django.newforms`` 25 to ``django.forms``. This will be a backwards-incompatible change, and 25 to ``django.forms``. This will be a backwards-incompatible change, and 26 26 anybody who is still using the old version of ``django.forms`` at that 27 27 time will need to change their import statements, as described in the … … 283 283 output, just change the order in which those fields are listed in the class. 284 284 285 Using forms to validate data 286 ---------------------------- 287 288 In addition to HTML form display, a ``Form`` class is responsible for 289 validating data. 290 291 285 292 More coming soon 286 293 ================ … … 291 298 what's possible. 292 299 293 Using forms to validate data294 ----------------------------295 296 300 Using forms with templates 297 301 ==========================
