summaryrefslogtreecommitdiff
path: root/django/contrib/admin/static
AgeCommit message (Expand)Author
2023-03-29[4.2.x] Refs #34383 -- Corrected margins in admin fieldsets with multiple fie...Mariusz Felisiak
2023-03-29[4.2.x] Fixed overindentation of AdminURLFieldWidget.Tim Graham
2023-03-28[4.2.x] Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields ...Tom Carrick
2023-03-24[4.2.x] Refs #34316 -- Fixed layout of admin password change forms and help t...Mariusz Felisiak
2023-03-23[4.2.x] Refs #34316 -- Fixed displaying error lists in admin password change ...Mariusz Felisiak
2023-03-23[4.2.x] Refs #33781 -- Restored alignment for admin split-field timezone warn...Mariusz Felisiak
2023-03-09[4.2.x] Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak
2023-02-13[4.2.x] Fixed #34316 -- Fixed layout of admin password change forms and help ...sarahboyce
2023-01-30[4.2.x] Fixed #34283 -- Escaped title in admin's changelist filters.Stanislav Volyk
2023-01-23[4.2.x] Fixed #34278 -- Made translatable string plural-aware in SelectFilter...Claude Paroz
2023-01-04Fixed #33961 -- Updated admin's jQuery to 3.6.3.Mariusz Felisiak
2022-12-13Fixed #34038 -- Improved color contrast for links in admin.Nimra Aftab
2022-11-30Refs #34095 -- Changed more properties to use rem units in admin CSS.SwastikTripathi
2022-11-22Used CSS flex for form rows.Tom Carrick
2022-11-04Refs #34095 -- Changed height of form controls to use rem units in admin.jer
2022-10-31Avoided assignment followed by immediate return.Nick Pope
2022-10-31Used more augmented assignment statements.Nick Pope
2022-10-31Fixed #34094 -- Corrected margins in admin headers for RTL languages.Francesco Panico
2022-10-18Fixed #34102 -- Limited wrapping long names to admin dashboard.Collin Anderson
2022-10-12Fixed #34042 -- Improved accessibility of admin's navigation sidebar.Rasmus Magnell
2022-10-10Fixed wrapping of long model names in the admin.Mariusz Felisiak
2022-09-28Fixed #34025 -- Fixed selecting ModelAdmin.autocomplete_fields after adding/c...David Sanders
2022-09-25Fixed #34037 -- Improved color contrast for close buttons in admin.Mia Bajić
2022-09-25Fixed #34049 -- Fixed displaying SVGs patterns.Pablousse
2022-09-24Fixed #34033 -- Improved accessibility of switch button for dark mode in the ...Florian Perucki
2022-09-08Used CSS flex and <nav> for ModelAdmin.date_hierarchy.Tom Carrick
2022-09-06Fixed #24179 -- Added filtering to selected side of vertical/horizontal filters.Gav O'Connor
2022-08-31Corrected the direction of arrows in admin selector boxes for RTL languages.Swara
2022-08-18Used CSS flex for admin's submit row.Tom Carrick
2022-08-17Refs #33491 -- Split CSS selected-row highlight selectors.Carlton Gibson
2022-08-17Fixed #33491 -- Fixed change-list selected row-highlight on cancelled delete.Marcelo Galigniana
2022-08-17Fixed #33878 -- Switched to system fonts in CSS.Tom Carrick
2022-08-17Fixed CSS variable indentation.Tom Carrick
2022-08-12Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes.Claude Paroz
2022-08-05Fixed #33893 -- Reverted "Fixed #28889 -- Prevented double submission of admi...Fab
2022-08-02Fixed #33690 -- Added switch button for dark mode in the admin.Sarah Abderemane
2022-07-28Fixed #33726 -- Added skip-link to admin for keyboard navigation.Marcelo Galigniana
2022-07-20Fixed #33833 -- Corrected .closelink admin CSS.Leonid Podriz
2022-07-17Fixed #33728 -- Reordered submit buttons in admin.Alexander Freyr L
2022-07-07Fixed #33781 -- Restored alignment for admin split-field timezone warnings.Carlton Gibson
2022-06-18Fixed #33784 -- Removed unnecessary format escaping in admin calendar widget.Ankur
2022-06-01Fixed #33750 -- Fixed timezone warning alignment with help texts.Florian Demmer
2022-05-21Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not fo...Sankalp
2022-05-21Fixed #33727 -- Fixed color contrasts in admin header.Mohammed Y. Alnajdi
2022-05-03Fixed #33667 -- Used --header-branding-color for branding headers in admin.Hrushikesh Vaidya
2022-04-26Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana
2022-04-15Fixed #11803 -- Allowed admin select widgets to display new related objects.mgaligniana
2022-03-24Refs #15619 -- Logged out with POST requests in admin.Mariusz Felisiak
2022-02-25Fixed #33267 -- Added link to related item to related widget wrapper in admin.Shubh1815
2022-02-23Fixed #28889 -- Prevented double submission of admin forms.mgaligniana