Django 1.10 documentation

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

Forms¶

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

  • The Forms API
    • Bound and unbound forms
    • Using forms to validate data
    • Dynamic initial values
    • Checking which form data has changed
    • Accessing the fields from the form
    • Accessing “clean” data
    • Outputting forms as HTML
    • More granular output
    • Customizing BoundField
    • Binding uploaded files to a form
    • Subclassing forms
    • Prefixes for forms
  • Form fields
    • Core field arguments
    • Checking if the field data has changed
    • Built-in Field classes
    • Slightly complex built-in Field classes
    • Fields which handle relationships
    • Creating custom fields
  • Model Form Functions
    • modelform_factory
    • modelformset_factory
    • inlineformset_factory
  • Formset Functions
    • formset_factory
  • 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
    • Raising ValidationError
    • Using validation in practice

Browse

  • Prev: Uploaded Files and Upload Handlers
  • Next: The Forms API

You are here:

  • Django 1.10 documentation
    • API Reference
      • Forms

현재 문서

  • 소스 코드를 보려면

빠른 검색

모듈, 클래스 또는 함수 이름을 입력하십시오.

Last update:

Feb 14, 2017

« previous | up | next »