main
Fixed #36255 -- Renamed the admin action button for improved accessibility.
Merged regressiontests and modeltests into the test root.
Refs CVE-2026-4292 -- Isolated new test in AdminViewListEditable.
Applied Black's 2024 stable style.
Fixed #36121 -- Allowed customizing the admin site password change form.
Fixed #13883 -- Rendered named choice groups with <optgroup> in FilteredSelectMultiple.
Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.
Fixed #35639 -- Improved admin's delete confirmation page title.
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
Refs #35727 -- Updated response.content.decode calls to use the HttpResponse.text property.
Fixed #34512 -- Restored breadcrumbs on admin app index view.
Refs #33476 -- Reformatted code with Black.
Fixed #36366 -- Improved accessibility of pagination in the admin.
Fixed #35520 -- Avoided opening transaction for read-only ModelAdmin requests.
Fixed #34041 -- Added aria-current attribute to admin breadcrumbs.
Fixed #36920 -- Fixed alignment of fieldset legends in wide admin forms.
Fixed #35791 -- Updated icon button dimensions to 24x24 pixels.
Fixed #36511 -- Ensured filters came before table in keyboard navigation in admin changelist.
Fixed #36728 -- Validated template tag arguments at definition time.