summaryrefslogtreecommitdiff
path: root/django/contrib/admin/static
Commit message (Expand)AuthorAgeFilesLines
* Updated admin's XRegExp to 5.1.1.Andreas Dickow2023-04-253-3955/+5286
* Fixed #34506 -- Fixed margin of ClearableFileInput in admin CSS.Mariusz Felisiak2023-04-212-5/+0
* Refs #34383 -- Corrected margins in admin fieldsets with multiple fields on t...Mariusz Felisiak2023-03-291-6/+0
* Fixed overindentation of AdminURLFieldWidget.Tim Graham2023-03-291-17/+1
* Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields on the s...Tom Carrick2023-03-273-9/+9
* Refs #34316 -- Fixed layout of admin password change forms and help texts for...Mariusz Felisiak2023-03-242-1/+18
* Refs #32539 -- Fixed hide counts icon for RTL languages.Mariusz Felisiak2023-03-241-1/+1
* Refs #34316 -- Fixed displaying error lists in admin password change forms on...Mariusz Felisiak2023-03-231-1/+2
* Refs #33781 -- Restored alignment for admin split-field timezone warnings for...Mariusz Felisiak2023-03-231-1/+2
* Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak2023-03-092-61/+33
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-033-2/+10
* Fixed #34316 -- Fixed layout of admin password change forms and help texts.sarahboyce2023-02-131-1/+2
* Fixed #34283 -- Escaped title in admin's changelist filters.Stanislav Volyk2023-01-301-1/+1
* Fixed #34278 -- Made translatable string plural-aware in SelectFilter2.js.Claude Paroz2023-01-231-1/+5
* Fixed #33961 -- Updated admin's jQuery to 3.6.3.Mariusz Felisiak2023-01-042-99/+211
* Fixed #34038 -- Improved color contrast for links in admin.Nimra Aftab2022-12-131-1/+1
* Refs #34095 -- Changed more properties to use rem units in admin CSS.SwastikTripathi2022-11-304-24/+24
* Used CSS flex for form rows.Tom Carrick2022-11-222-10/+23
* Refs #34095 -- Changed height of form controls to use rem units in admin.jer2022-11-041-4/+4
* Avoided assignment followed by immediate return.Nick Pope2022-10-312-6/+3
* Used more augmented assignment statements.Nick Pope2022-10-311-2/+2
* Fixed #34094 -- Corrected margins in admin headers for RTL languages.Francesco Panico2022-10-312-2/+3
* Fixed #34102 -- Limited wrapping long names to admin dashboard.Collin Anderson2022-10-182-1/+3
* Fixed #34042 -- Improved accessibility of admin's navigation sidebar.Rasmus Magnell2022-10-122-26/+8
* Fixed wrapping of long model names in the admin.Mariusz Felisiak2022-10-101-0/+1
* Fixed #34025 -- Fixed selecting ModelAdmin.autocomplete_fields after adding/c...David Sanders2022-09-281-1/+2
* Fixed #34037 -- Improved color contrast for close buttons in admin.Mia Bajić2022-09-251-2/+2
* Fixed #34049 -- Fixed displaying SVGs patterns.Pablousse2022-09-251-0/+4
* Fixed #34033 -- Improved accessibility of switch button for dark mode in the ...Florian Perucki2022-09-241-0/+20
* Used CSS flex and <nav> for ModelAdmin.date_hierarchy.Tom Carrick2022-09-081-14/+11
* Fixed #24179 -- Added filtering to selected side of vertical/horizontal filters.Gav O'Connor2022-09-063-27/+113
* Corrected the direction of arrows in admin selector boxes for RTL languages.Swara2022-08-311-0/+32
* Used CSS flex for admin's submit row.Tom Carrick2022-08-183-33/+18
* Refs #33491 -- Split CSS selected-row highlight selectors.Carlton Gibson2022-08-171-1/+4
* Fixed #33491 -- Fixed change-list selected row-highlight on cancelled delete.Marcelo Galigniana2022-08-171-1/+4
* Fixed #33878 -- Switched to system fonts in CSS.Tom Carrick2022-08-178-232/+37
* Fixed CSS variable indentation.Tom Carrick2022-08-171-49/+49
* Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes.Claude Paroz2022-08-121-0/+6
* Fixed #33893 -- Reverted "Fixed #28889 -- Prevented double submission of admi...Fab2022-08-051-14/+0
* Fixed #33690 -- Added switch button for dark mode in the admin.Sarah Abderemane2022-08-023-1/+142
* Fixed #33726 -- Added skip-link to admin for keyboard navigation.Marcelo Galigniana2022-07-281-0/+14
* Fixed #33833 -- Corrected .closelink admin CSS.Leonid Podriz2022-07-202-2/+6
* Fixed #33728 -- Reordered submit buttons in admin.Alexander Freyr L2022-07-174-17/+10
* Fixed #33781 -- Restored alignment for admin split-field timezone warnings.Carlton Gibson2022-07-071-0/+6
* Fixed #33784 -- Removed unnecessary format escaping in admin calendar widget.Ankur2022-06-181-7/+1
* Fixed #33750 -- Fixed timezone warning alignment with help texts.Florian Demmer2022-06-011-3/+2
* Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not fo...Sankalp2022-05-211-0/+9
* Fixed #33727 -- Fixed color contrasts in admin header.Mohammed Y. Alnajdi2022-05-212-3/+5
* Fixed #33667 -- Used --header-branding-color for branding headers in admin.Hrushikesh Vaidya2022-05-031-2/+2
* Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana2022-04-262-1/+54