Skip to content

Commit

Permalink
Fixed #20744 -- Removed hint that arbitrary kwargs are allowed when c…
Browse files Browse the repository at this point in the history
…reating forms.Fields.
  • Loading branch information
adamzap authored Apr 26, 2024
1 parent e1431dd commit 828b94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/forms/fields.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 828b94b

Please sign in to comment.