Ticket #10817: 10817.diff

File 10817.diff, 767 bytes (added by Tim Graham, 15 years ago)
  • docs/topics/forms/index.txt

     
    1919number of common form-related tasks. Using it, you can:
    2020
    2121    1. Display an HTML form with automatically generated form widgets.
    22     2. Checking submitted data against a set of validation rules.
    23     3. Redisplaying a form in the case of validation errors.
    24     4. Converting submitted 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.
    2525
    2626Overview
    2727========
Back to Top