mirror of
https://github.com/django/django.git
synced 2025-03-13 02:40:47 +00:00
Fixed #20744 -- Removed hint that arbitrary kwargs are allowed when creating forms.Fields.
This commit is contained in:
parent
e1431dd92e
commit
828b94b178
@ -7,7 +7,7 @@ Form fields
|
|||||||
|
|
||||||
.. currentmodule:: django.forms
|
.. currentmodule:: django.forms
|
||||||
|
|
||||||
.. class:: Field(**kwargs)
|
.. class:: Field
|
||||||
|
|
||||||
When you create a ``Form`` class, the most important part is defining the
|
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
|
fields of the form. Each field has custom validation logic, along with a few
|
||||||
|
Loading…
x
Reference in New Issue
Block a user