summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2026-01-07 16:56:16 -0300
committernessita <124304+nessita@users.noreply.github.com>2026-01-08 10:50:56 -0300
commitfd5def6367b835784d9d35927433499345b335e7 (patch)
tree5c228c0110951f65c44127a7ca0ccc5233998e30 /docs
parentb1bb6af3218e43e770fa94a54f1083e7087b2385 (diff)
Dropped unnecessary usage of "seealso" in BoundField docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/forms/index.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt
index 13f2870106..04c795352f 100644
--- a/docs/topics/forms/index.txt
+++ b/docs/topics/forms/index.txt
@@ -802,10 +802,8 @@ Useful attributes on ``{{ field }}`` include:
``{{ field.value }}``
The value of the field. e.g ``someone@example.com``.
-.. seealso::
-
- For a complete list of attributes and methods, see
- :class:`~django.forms.BoundField`.
+For a complete list of attributes and methods, see the reference guide for
+:class:`~django.forms.BoundField`.
Looping over hidden and visible fields
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~