main
Rewrote form widget tests as proper unittests.
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
Refs #32339 -- Added use_fieldset to Widget.
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices.
Applied Black's 2026 stable style.
Fixed #35599 -- Added ColorInput widget.
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field.
Refs #33476 -- Reformatted code with Black.
Fixed #35598 -- Added SearchInput widget.
Fixed #35601 -- Added TelInput widget.