| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-26 | Bumped versions in pre-commit and npm configurations. | Jacob Walls | |
| 2026-05-20 | Fixed #36458 -- Trapped focus in the admin calendar and clock widgets. | Skyiesac | |
| 2026-05-18 | Fixed #36825 -- Extended admin templates so CSP nonce is included if available. | Johannes Maron | |
| Error pages, admin, and registration templates were updated to use `{% csp_nonce %}` on their explicit `<script>`, `<link>`, and `<style>` HTML elements. Co-authored-by: Antoliny0919 <antoliny0919@gmail.com> Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2026-05-13 | Fixed #37094 -- Replaced "Go" with "Run" in list_editable alert message. | Jacob Walls | |
| Bug in 019acad112da3d00bb81b3022fd25ccd8457e5d9. | |||
| 2026-05-13 | Fixed #12090 -- Added admin actions to the admin change form. | Marcelo Galigniana | |
| Thank you to Benjamin Balder Bach and Jacob Walls for reviews. Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | |||
| 2026-05-08 | Fixed #37074 -- Synced admin calendar today highlight with server time. | Aaryan P | |
| 2026-05-04 | Fixed #36459 -- Added aria-label to buttons in admin calendar and clock widgets. | Skyiesac | |
| Thanks Eliana Rosselli for the review. | |||
| 2026-04-29 | Fixed #35951 -- Mentioned server timezone in admin DateTime widgets. | Vedran Karacic | |
| The existing note that is shown to the users when entering a time value from a different timezone than the server's timezone was not descriptive enough and led to confusion. This commit updates the note to explicitly state that the user should enter times in the server's timezone. | |||
| 2026-04-22 | Fixed #35943 -- Replaced unload event listener with pagehide. | Amar | |
| Co-authored-by: Peter van der Does <peter@oneilinteractive.com> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> | |||
| 2026-04-19 | Formatted JavaScript files. | Tom Carrick | |
| 2026-04-18 | Formatted CSS files. | Tom Carrick | |
| 2026-04-06 | Fixed #37009 -- Fixed alignment of "Show/Hide counts" icons in admin changelist. | kyb | |
| 2026-03-13 | Fixed #36885 -- Fixed long verbose names in admin filter sidebar breaking ↵ | Muhammad Usman | |
| layout. | |||
| 2026-03-03 | Fixed #36887 -- Improved admin changelist layout for object-tools button. | Jacob Walls | |
| 2026-02-28 | Refs #36513 -- Fixed font-color to also apply to select options in ↵ | Antoliny0919 | |
| TabularInline. | |||
| 2026-02-28 | Fixed #36914 -- Fixed background-color to also apply to select options in ↵ | Antoliny0919 | |
| TabularInline. | |||
| 2026-02-27 | Fixed #34643 -- Moved inputs beneath labels and errors in admin forms. | antoliny0919 | |
| Thanks Sarah Boyce and Jacob Walls for reviews. Co-authored-by: Hrushikesh Vaidya <hrushikeshrv@gmail.com> | |||
| 2026-02-25 | Fixed #36948 -- Fixed breadcrumb text overlap at small widths in admin. | Amar | |
| Visual regression in bc03f1064e10fa247a46d4e8a98ba9b26aa4790d. | |||
| 2026-02-25 | Refs #36873 -- Fixed changelink background image Y position. | Antoliny0919 | |
| 2026-02-25 | Fixed #36873 -- Aligned and normalized stroke width for non-multiple select ↵ | Antoliny0919 | |
| icons in related-widget-wrapper. | |||
| 2026-02-20 | Fixed #36920 -- Fixed alignment of fieldset legends in wide admin forms. | usman | |
| Visual regression in 4187da258fe212d494cb578a0bc2b52c4979ab95. | |||
| 2026-02-13 | Fixed #36513 -- Improved text contrast for admin M2M multi-select widget. | Nilesh Kumar Pahari | |
| Explicitly set the text color for the admin M2M widget to ensure selected rows remain readable in browsers like Microsoft Edge and Firefox when the widget was not focused. | |||
| 2026-02-02 | Refs #36788 -- Added missing CSS selector for fieldsets in the admin. | Jacob Walls | |
| 2026-02-02 | Fixed #36788 -- Fixed horizontal form field alignment under <fieldset> in ↵ | Jacob Walls | |
| the admin. Thanks Antoliny for the review. Regression in 4187da258fe212d494cb578a0bc2b52c4979ab95. | |||
| 2026-01-30 | Fixed #36468 -- Fixed failure to close popup when adding a related object in ↵ | Mark Niehues | |
| the admin. The issue manifested when there were multiple relations and only some of them participated in a filter_horizontal. Regression in cd0479ff764272add5e0aba2afcf5649a241ca00. | |||
| 2026-01-26 | Fixed #36850 -- Prevented admin filter sidebar from wrapping below the ↵ | Nilesh Kumar Pahari | |
| changelist. Removed flex-wrap from .changelist-form-container and added min-width to the main content container to ensure proper layout behavior. Regression in 6ea331907996a51842da55c1f8d65eea7b367c7d. | |||
| 2026-01-22 | Fixed #13883 -- Rendered named choice groups with <optgroup> in ↵ | seanhelvey | |
| FilteredSelectMultiple. This patch adds support for <optgroup>s in FilteredSelectMultiple widgets. When a popup returns a new object, if the source field contains optgroup choices, the optgroup is now also included in the response data. Additionally, this adds error handling for invalid source_model parameters to prevent crashes and display user-friendly error messages instead. Co-authored-by: Michael McLarnon <mmclar@gmail.com> | |||
| 2025-12-22 | Fixed #36807 -- Fixed form field alignment under <fieldset> in the admin. | Jacob Walls | |
| It isn't safe to set display: flex on <fieldset>, because on Safari this interferes with display: block on child divs. Thanks Paulo Coutinho for the report and Antoliny for the review. Regression in 4187da258fe212d494cb578a0bc2b52c4979ab95. | |||
| 2025-12-05 | Fixed #36367 -- Added a label to the date_hierarchy in admin changelist. | Chaitanya | |
| Thanks Sarah Boyce for the implementation idea. | |||
| 2025-11-14 | Fixed #36723 -- Removed logic for repositioning FilteredSelectMultiple help ↵ | Kasyap Pentamaraju | |
| text. | |||
| 2025-11-11 | Fixed #36053 -- Fixed placement of FilteredSelectMultiple widget label. | Dani Fornons | |
| 2025-10-15 | Fixed #36659 -- Fixed flatpage content selector in admin forms.css. | Baptiste Mispelon | |
| Regression in bb145e2c47d71b7f68280c00ced727442d2effa2. | |||
| 2025-10-14 | Fixed #34041 -- Added aria-current attribute to admin breadcrumbs. | antoliny0919 | |
| Co-authored by: farita1699 <uwanjerry25@gmail.com> | |||
| 2025-09-17 | Fixed #36601 -- Fixed color contrast of FilteredSelectMultiple widget chosen ↵ | antoliny0919 | |
| labels in TabularInlines. Regression in a0f50c2a483678d31bd1ad6f08fd3a0b8399e27b. | |||
| 2025-09-04 | Fixed #36578, Refs #35791 -- Ensured inline delete icon scales and stays ↵ | Sarah Boyce | |
| centered in the admin. Regression in 87ab54b488cb58d810939112f208bb37068710e0. Refs #35829. Thank you Natalia Bidart for the review. | |||
| 2025-08-26 | Fixed #36556 -- Fixed TabularInline width overflowing the page. | antoliny0919 | |
| 2025-08-22 | Fixed #36558, Refs #36366 -- Fixed the "show all" link hover styling in ↵ | antoliny0919 | |
| admin pagination. Regression in 3f59711581bd22ebd0f13fb040b15b69c0eee21f. | |||
| 2025-08-21 | Refs #36366 -- Fixed page number layout in admin pagination on small screens. | antoliny0919 | |
| Regression in 3f59711581bd22ebd0f13fb040b15b69c0eee21f. | |||
| 2025-08-19 | Fixed #35892 -- Supported Widget.use_fieldset in admin forms. | antoliny0919 | |
| 2025-08-17 | Refs #36528 -- Fixed link underline typo in CSS. | Antoliny Lee | |
| Regression in 792ca148a2d6da6cf0778f6a866c899208ab94f9. | |||
| 2025-08-13 | Fixed #35924 -- Removed the "choose/remove all" button icons in the ↵ | antoliny0919 | |
| FilteredSelectMultiple widget. | |||
| 2025-08-05 | Fixed #36079 -- Fixed text size of TabularInline object titles. | antoliny0919 | |
| 2025-07-30 | Fixed #36511 -- Ensured filters came before table in keyboard navigation in ↵ | antoliny0919 | |
| admin changelist. | |||
| 2025-07-30 | Fixed #36528, Refs #34917 -- Removed role="button" from object-tools links. | antoliny0919 | |
| Regression in 849f8307a5bb33465252d0891a9b2c47dde65889. In order to prevent underlines on links styled like buttons, role="button" was added. This has been removed and the style updated to reflect that these are links. | |||
| 2025-07-30 | Fixed #36055 -- Prevented overlap of object-tools buttons and page header in ↵ | antoliny0919 | |
| the admin. | |||
| 2025-07-24 | Fixed #36516, Refs #36366 -- Fixed changelist footer layout with ↵ | antoliny0919 | |
| list_editable and list_filter. Regression in 3f59711581bd22ebd0f13fb040b15b69c0eee21f. | |||
| 2025-07-20 | Fixed #36230 -- Improved color contrast for blockquote in admin. | LauHerregodts | |
| Thanks Thibaud Colas for the review. | |||
| 2025-06-27 | Fixed #36366 -- Improved accessibility of pagination in the admin. | antoliny0919 | |
| 2025-06-25 | Fixed #36386 -- Added styles and icons for INFO and DEBUG messages in the admin. | michalpokusa | |
| 2025-06-18 | Fixed #36437 -- Improved accessibility of messages in admin. | michalpokusa | |
