mirror of
https://github.com/django/django.git
synced 2025-10-27 15:46:10 +00:00
Refs #32339 -- Added use_fieldset to Widget.
This commit is contained in:
@@ -217,6 +217,10 @@ Forms
|
||||
objects implement the ``__html__()`` method (typically when decorated with
|
||||
the :func:`~django.utils.html.html_safe` decorator).
|
||||
|
||||
* The new :attr:`.BoundField.use_fieldset` and :attr:`.Widget.use_fieldset`
|
||||
attributes help to identify widgets where its inputs should be grouped in a
|
||||
``<fieldset>`` with a ``<legend>``.
|
||||
|
||||
Generic Views
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user