summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2025-10-18Fixed #21961 -- Added support for database-level delete options for ForeignKey.Mariusz Felisiak
2025-10-15Fixed #36659 -- Fixed flatpage content selector in admin forms.css.Baptiste Mispelon
2025-10-14Fixed #34041 -- Added aria-current attribute to admin breadcrumbs.antoliny0919
2025-09-18Updated source translation catalogs.Natalia
2025-09-18Updated translations from Transifex.Natalia
2025-09-17Fixed #36601 -- Fixed color contrast of FilteredSelectMultiple widget chosen ...antoliny0919
2025-09-04Fixed #36578, Refs #35791 -- Ensured inline delete icon scales and stays cent...Sarah Boyce
2025-08-29Fixed #34624 -- Removed change, delete, and view buttons for non-Select widge...SaJH
2025-08-26Fixed #36556 -- Fixed TabularInline width overflowing the page.antoliny0919
2025-08-22Fixed #36558, Refs #36366 -- Fixed the "show all" link hover styling in admin...antoliny0919
2025-08-21Refs #36366 -- Fixed page number layout in admin pagination on small screens.antoliny0919
2025-08-19Fixed #35892 -- Supported Widget.use_fieldset in admin forms.antoliny0919
2025-08-17Refs #36528 -- Fixed link underline typo in CSS.Antoliny Lee
2025-08-13Fixed #35924 -- Removed the "choose/remove all" button icons in the FilteredS...antoliny0919
2025-08-05Fixed #36079 -- Fixed text size of TabularInline object titles.antoliny0919
2025-07-30Fixed #36511 -- Ensured filters came before table in keyboard navigation in a...antoliny0919
2025-07-30Fixed #36528, Refs #34917 -- Removed role="button" from object-tools links.antoliny0919
2025-07-30Fixed #36055 -- Prevented overlap of object-tools buttons and page header in ...antoliny0919
2025-07-24Fixed #36516, Refs #36366 -- Fixed changelist footer layout with list_editabl...antoliny0919
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-07-20Fixed #36230 -- Improved color contrast for blockquote in admin.LauHerregodts
2025-07-18Triggered window resize to fix layout issues.Sarah Boyce
2025-06-27Refs #15727 -- Updated AdminSeleniumTestCase to use ContentSecurityPolicyMidd...Natalia
2025-06-27Fixed #36366 -- Improved accessibility of pagination in the admin.antoliny0919
2025-06-25Fixed #36386 -- Added styles and icons for INFO and DEBUG messages in the admin.michalpokusa
2025-06-18Fixed #36437 -- Improved accessibility of messages in admin.michalpokusa
2025-06-06Updated translations from Transifex.Sarah Boyce
2025-06-02Fixed #36423 -- Prevented filter_horizontal buttons from intercepting form su...Blayze
2025-05-20Refs #35829 -- Made cosmetic edits to django/contrib/admin/static/admin/img/R...nessita
2025-05-15Fixed #35829 -- Updated admin icons using Font Awesome Free version 6.7.2.Pablo Bengoechea
2025-05-14Fixed #35507 -- Improved accessibility of search and filter elements in the a...antoliny0919
2025-05-08Fixed #36363 -- Added field names to admin duplicated fields error hint.Eric Blum
2025-04-28Fixed #36354 -- Removed JavaScript workaround for browsers lacking `:has()` C...Fabian Braun
2025-04-27Fixed #36312 -- Removed invalid size units for svg in Safari.Ahmed Nassar
2025-04-22Fixed #36331 -- Reverted "Fixed #36055 -- Prevented overlap of object-tools b...antoliny0919
2025-04-17Fixed #35959 -- Displayed password reset button in admin only when user has s...Sarah Boyce
2025-04-04Fixed #36255 -- Renamed the admin action button for improved accessibility.koffi
2025-04-01Fixed #36284, Refs #31170 -- Ensured related lookup popups are closed properly.nessita
2025-04-01Fixed #36283 -- Reverted "Fixed #35798, Refs #31641 -- Prevented admin naviga...Mariusz Felisiak
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-03-31Updated translations from Transifex.Sarah Boyce
2025-03-31Refs #36055 -- Prevented overlap of object-tools buttons and page header in t...Mariusz Felisiak
2025-03-28Refs #34619 -- Fixed labels width in FilteredSelectMultiple in the admin.Mariusz Felisiak
2025-03-27Fixed #34917 -- Underlined links in the main content area of the admin.antoliny0919
2025-03-26Refs #34619 -- Corrected selector description in the admin.Mariusz Felisiak
2025-03-19Updated source translation catalogs.Mariusz Felisiak
2025-03-18Handled WebDriverException from Chrome driver version 113+.Sarah Boyce
2025-03-12Fixed #36234 -- Restored single_object argument to LogEntry.objects.log_actio...Adam Johnson