diff options
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 8b07c6e2b2..d6bd67e3d4 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -7,7 +7,7 @@ Form fields .. currentmodule:: django.forms -.. class:: Field(**kwargs) +.. class:: Field When you create a ``Form`` class, the most important part is defining the fields of the form. Each field has custom validation logic, along with a few |
