diff options
| author | Adam Zapletal <adamzap@gmail.com> | 2024-04-26 09:23:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-26 11:23:38 -0300 |
| commit | 828b94b178736f7882cc6e5cd86b5c8e84b62ece (patch) | |
| tree | 1703c26f919747818ef427c948b4434cf95179df /docs/ref/forms/fields.txt | |
| parent | e1431dd92e78c916ab8ba42c1c40bb143bc57d4d (diff) | |
Fixed #20744 -- Removed hint that arbitrary kwargs are allowed when creating forms.Fields.
Diffstat (limited to 'docs/ref/forms/fields.txt')
| -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 |
