From fd5def6367b835784d9d35927433499345b335e7 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:56:16 -0300 Subject: Dropped unnecessary usage of "seealso" in BoundField docs. --- docs/topics/forms/index.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs') 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3