Django 2.2.9.dev20191202104323 ドキュメント

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

フォーム¶

詳細なフォーム API リファレンスです。導入用の資料は フォームを使う トピックガイドを参照してください。

  • フォーム API
    • Bound and unbound forms
    • フォームをデータの検証に使用する
    • 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
    • field のコアとなる引数
    • フィールドのデータの変更チェック
    • ビルトインの Field クラス
    • Slightly complex built-in Field classes
    • Fields which handle relationships
    • Creating custom fields
  • モデルフォーム関数
    • modelform_factory
    • modelformset_factory
    • inlineformset_factory
  • Formset Functions
    • formset_factory
  • The form rendering API
    • The low-level render API
    • Built-in-template form renderers
    • Context available in widget templates
    • Overriding built-in widget templates
  • ウィジェット
    • ウィジェットを指定する
    • ウィジェットの引数を設定する
    • Select ウィジェットを継承したウィジェット
    • ウィジェットのインスタンスをカスタマイズする
    • ウィジェットの base クラス
    • ビルトインのウィジェット
  • フォームとフィールドの検証
    • ValidationError を発生させる
    • 実際にバリデーションを使用する

前のトピックへ

アップロードファイルとアップロードハンドラ

次のトピックへ

フォーム API

このページ

  • ソースコードを表示

クイック検索

Last update:

12月 02, 2019

« previous | up | next »