From e1feeee45ea8bcd4325554c9b94fcd75fcd8dbdc Mon Sep 17 00:00:00 2001 From: maheen8q Date: Sun, 5 Jul 2026 00:22:53 +0500 Subject: Fixed #37194 -- Removed redundant choice widget documentation. The removed section primarily provided usage examples and recommendations rather than documenting the widget API. The interaction between a choice field and its widget is already documented in the Select.choices reference. --- docs/ref/forms/widgets.txt | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index 25f6079a0a..edb6d8c783 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -79,39 +79,6 @@ widget on the field. In the following example, the See the :ref:`built-in widgets` for more information about which widgets are available and which arguments they accept. -Widgets inheriting from the ``Select`` widget -============================================= - -Widgets inheriting from the :class:`Select` widget deal with choices. They -present the user with a list of options to choose from. The different widgets -present this choice differently; the :class:`Select` widget itself uses a -``