main
Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField
Refs #32339 -- Changed default form and formset rendering style to div-based.
Refs #34380 -- Changed the URLField default scheme to https and removed FORMS_URLFIELD_ASSUME_HTTPS per deprecation timeline.
Applied Black's 2026 stable style.
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
Fixed #36724 -- Removed invalid "for" attribute on <legend> tags.
Refs #32339 -- Removed transitional form renderers per deprecation timeline.
Applied Black's 2025 stable style.
Refs #33476 -- Reformatted code with Black.
Made selenium tests less flaky by waiting until popups are closed and page is loaded.