mirror of
https://github.com/django/django.git
synced 2025-08-23 18:29:12 +00:00
[5.1.x] Made minor edits to form fields docs.
Backport of 4fcbdb11b114bc4d2dc50663f8053de2f18c0770 from main.
This commit is contained in:
parent
9fa2d235c9
commit
4ae358122b
@ -112,7 +112,7 @@ validation may not be correct when adding and deleting formsets.
|
||||
The ``label`` argument lets you specify the "human-friendly" label for this
|
||||
field. This is used when the ``Field`` is displayed in a ``Form``.
|
||||
|
||||
As explained in "Outputting forms as HTML" above, the default label for a
|
||||
As explained in :ref:`ref-forms-api-outputting-html`, the default label for a
|
||||
``Field`` is generated from the field name by converting all underscores to
|
||||
spaces and upper-casing the first letter. Specify ``label`` if that default
|
||||
behavior doesn't result in an adequate label.
|
||||
@ -379,7 +379,7 @@ See the :doc:`validators documentation </ref/validators>` for more information.
|
||||
The ``localize`` argument enables the localization of form data input, as well
|
||||
as the rendered output.
|
||||
|
||||
See the :doc:`format localization </topics/i18n/formatting>` documentation for
|
||||
See the :doc:`format localization documentation </topics/i18n/formatting>` for
|
||||
more information.
|
||||
|
||||
``disabled``
|
||||
|
Loading…
x
Reference in New Issue
Block a user