Ticket #10817: 10817.diff
File 10817.diff, 767 bytes (added by , 16 years ago) |
---|
-
docs/topics/forms/index.txt
19 19 number of common form-related tasks. Using it, you can: 20 20 21 21 1. Display an HTML form with automatically generated form widgets. 22 2. Check ingsubmitted data against a set of validation rules.23 3. Redisplay inga form in the case of validation errors.24 4. Convert ingsubmitted form data to the relevant Python data types.22 2. Check submitted data against a set of validation rules. 23 3. Redisplay a form in the case of validation errors. 24 4. Convert submitted form data to the relevant Python data types. 25 25 26 26 Overview 27 27 ========