diff options
| author | David Smith <smithdc@gmail.com> | 2025-05-27 17:37:22 +0100 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-08-25 10:51:10 -0300 |
| commit | 6f8e23d1c10c7ce32cea82b65ad2af640015f147 (patch) | |
| tree | 692a42d2a3c54a6610b17cc14679734973d98d89 /docs/ref/forms/fields.txt | |
| parent | ef2f16bc4824ca2b10b7f2845baf4d313c9c0da1 (diff) | |
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.
Diffstat (limited to 'docs/ref/forms/fields.txt')
| -rw-r--r-- | docs/ref/forms/fields.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 8d2ed2d404..b09a43f47c 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -414,7 +414,7 @@ Checking if the field data has changed The ``has_changed()`` method is used to determine if the field value has changed from the initial value. Returns ``True`` or ``False``. -See the :class:`Form.has_changed()` documentation for more information. +See the :class:`Form.has_changed` documentation for more information. .. _built-in-fields: @@ -1631,7 +1631,7 @@ only requirements are that it implement a ``clean()`` method and that its You can also customize how a field will be accessed by overriding :attr:`~django.forms.Field.bound_field_class` or override -:meth:`.Field.get_bound_field()` if you need more flexibility when creating +:meth:`.Field.get_bound_field` if you need more flexibility when creating the ``BoundField``: .. method:: Field.get_bound_field(form, field_name) |
