summaryrefslogtreecommitdiff
path: root/django/contrib/admin/static
AgeCommit message (Expand)Author
2021-03-10[3.2.x] Fixed #32512 -- Fixed admin dark theme for autocomplete fields.mimi89999
2021-03-09[3.2.x] Refs #32018 -- Corrected color variable for toggle links in admin.Mariusz Felisiak
2021-03-09[3.2.x] Refs #32018 -- Used --darkened-bg for <pre> elements.Mariusz Felisiak
2021-01-28[3.2.x] Fixed #32391 -- Used CSS flex properties for changelist filter.Denis Skulimovskiy
2021-01-20[3.2.x] Refs #31259 -- Made various dark theme adjustments.Tom Carrick
2021-01-14Refs #31259 -- Improved some color contrasts for admin dark theme.Matthias Kestenholz
2021-01-14Fixed #31259 -- Added admin dark theme.mimi89999
2021-01-12Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron
2021-01-12Refs #32018 -- Corrected color variables for paginator and header links in ad...Michel Le Bihan
2021-01-11Refs #32018 -- Used --header-link-color for header links in admin.Michel Le Bihan
2021-01-07Fixed #32018 -- Extracted admin colors into CSS variables.Matthias Kestenholz
2021-01-06Fixed #32322 -- Fixed autocomplete widget wrapping.Viktor Grabov
2020-10-28Fixed #32062 -- Added %b support to Date.strftime.Gagan Deep
2020-10-27Fixed #32127 -- Fixed admin change-form textarea layout for mid-sized displays.Josh Santos
2020-10-21Fixed #32069 -- Fixed admin change-form layout on small screens.Carlton Gibson
2020-10-09Fixed #32091 -- Fixed admin search bar width on filtered admin page.Tim Schilling
2020-10-06Fixed #32072 -- Fixed admin search bar height.Tom Carrick
2020-09-30Fixed #31986 -- Fixed admin filter sidebar scrolling.Tom Carrick
2020-09-23Fixed #32029 -- Removed unnecessary margin in admin CSS for horizontal radio ...Matthias Kestenholz
2020-09-23Fixed #32027 -- Fixed wrapping of long words in admin error messages.Matthias Kestenholz
2020-09-01Fixed #31901 -- Prevented content overflowing in the admin changelist with na...007gzs
2020-08-05Fixed #31854 -- Fixed wrapping of long model names in admin's sidebar.Mariusz Felisiak
2020-08-05Fixed #31853 -- Fixed wrapping of translated action labels in admin sidebar.007gzs
2020-07-04Simplified <body> element references in DateTimeShortcuts.js.Jon Dufresne
2020-07-01Fixed #31522 -- Made admin's SelectBox preserve scroll position.tapan gujjar
2020-07-01Made JavaScript URL manipulation more robust with URL and URLSearchParams.Jon Dufresne
2020-07-01Simplified JavaScript with Array.prototype.includes().Jon Dufresne
2020-06-26Fixed the centering of the "Log in" button on admin login page.Jon Dufresne
2020-06-25Simplified label element CSS in admin login.css.Jon Dufresne
2020-06-25Removed unnecessary admin CSS.Jon Dufresne
2020-06-24Fixed #31523 -- Removed jQuery dependency from actions.js.Jon Dufresne
2020-05-28Refs #31034 -- Improved accessibility of admin navigation sidebar.Tom Carrick
2020-05-27Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill
2020-05-18Refs #31034 -- Used === in nav_sidebar.js admin JS to avoid possible coercion...Jon Dufresne
2020-05-14Fixed #31524 -- Removed minified static assets from the admin.Jon Dufresne
2020-05-13Removed unused Downcoder.chars.Jon Dufresne
2020-05-11Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick
2020-05-08Changed selected attribute to HTML5 boolean syntax in SelectBox.js.Jon Dufresne
2020-05-07Fixed #31542 -- Simplified admin JavaScript with "for … of" statements.Jon Dufresne
2020-05-05Updated admin's Select2 to 4.0.13.Mariusz Felisiak
2020-05-05Fixed #31485 -- Updated admin's jQuery to 3.5.1.Mariusz Felisiak
2020-05-05Removed invalid value from admin CSS.Jon Dufresne
2020-05-01Removed unused CSS in admin.Jon Dufresne
2020-05-01Removed CSS workarounds for IE7 in admin.Jon Dufresne
2020-05-01Refs #31032 -- Removed unnecessary vendor prefixes from admin CSS.Jon Dufresne
2020-04-29Removed unnecessary &nbsp; entities from the admin.Jon Dufresne
2020-04-29Refs #31493 -- Changed IIFE to ES6 blocks.Jon Dufresne
2020-04-29Fixed #31493 -- Replaced var with const and let keywords in JavaScript.Jon Dufresne
2020-04-29Refs #30400 -- Improved typography of user facing strings in admin changelist.Jon Dufresne
2020-04-22Fixed #31483 -- Rewrote change_form.js without jQuery.Jon Dufresne