Django 1.6.dev20121223155050 documentation

Home | Table of contents | Index | Modules
« previous | up | next »

FormsΒΆ

Detailed form API reference. For introductory material, see Working with forms.

  • The Forms API
    • Bound and unbound forms
    • Using forms to validate data
    • Dynamic initial values
    • Accessing “clean” data
    • Outputting forms as HTML
    • Binding uploaded files to a form
    • Subclassing forms
    • Prefixes for forms
  • Form fields
    • Core field arguments
    • Built-in Field classes
    • Slightly complex built-in Field classes
    • Fields which handle relationships
    • Creating custom fields
  • Widgets
    • Specifying widgets
    • Setting arguments for widgets
    • Widgets inheriting from the Select widget
    • Customizing widget instances
    • Base Widget classes
    • Built-in widgets
  • Form and field validation
    • Form subclasses and modifying field errors
    • Using validation in practice

Browse

  • Prev: File storage API
  • Next: The Forms API

You are here:

  • Django 1.6.dev20121223155050 documentation
    • API Reference
      • Forms

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

Last update:

Dec 23, 2012

« previous | up | next »