summaryrefslogtreecommitdiff
path: root/django/contrib/admin
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34513 -- Added system check for relational fields in ModelAdmin.list_d...Bakdolot2023-05-021-3/+4
* Fixed #34512 -- Restored breadcrumbs on admin app index view.Mariusz Felisiak2023-04-261-8/+10
* Updated admin's XRegExp to 5.1.1.Andreas Dickow2023-04-253-3955/+5286
* Fixed #34481 -- Added system check for reverse related fields in ModelAdmin.l...Bakdolot2023-04-241-2/+5
* Refs #34462 -- Fixed queryset antipattern when processing object deletion.nessita2023-04-221-1/+1
* Fixed #34506 -- Fixed margin of ClearableFileInput in admin CSS.Mariusz Felisiak2023-04-212-5/+0
* Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute wh...Marcelo Galigniana2023-04-211-1/+1
* Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().sarahboyce2023-04-172-3/+23
* Fixed Central Kurdish (Sorani) translations of date-related strings.Swara2023-04-042-11/+12
* Updated translations from Transifex.Mariusz Felisiak2023-04-0390-564/+3047
* 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 #28384 -- Fixed ModelAdmin.lookup_allowed() for OneToOneField primary k...sarahboyce2023-03-281-4/+6
* Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields on the s...Tom Carrick2023-03-276-30/+33
* 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
* Updated source translation catalogs.Mariusz Felisiak2023-03-201-4/+6
* Fixed #1873 -- Handled multi-valued query parameters in admin changelist filt...sarahboyce2023-03-163-14/+30
* Refs #1873 -- Used GET.lists() in admin filters.sarahboyce2023-03-163-18/+35
* 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-0310-35/+229
* Fixed #34377 -- Fixed preserving query strings in AdminSite.catch_all_view().Dominique Bischof2023-03-031-1/+3
* Moved str() calls to DateFieldListFilter.choices().sarahboyce2023-03-021-12/+13
* Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho2023-02-163-7/+11
* Fixed #34316 -- Fixed layout of admin password change forms and help texts.sarahboyce2023-02-134-8/+9
* Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief2023-02-082-8/+10
* Fixed #34315 -- Preserved admin changelist filters on "Close" button.Bakdolot2023-02-081-1/+4
* Fixed #34301 -- Made admin's submit_row check add permission for "Save as new...Frederic Mheir2023-02-071-1/+1
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-015-5/+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
* Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak2023-01-184-10/+8
* Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak2023-01-171-12/+3
* Updated source translation catalogs.Mariusz Felisiak2023-01-172-86/+107
* Fixed #33961 -- Updated admin's jQuery to 3.6.3.Mariusz Felisiak2023-01-042-99/+211
* Updated translations from Transifex.Mariusz Felisiak2022-12-2024-138/+309
* 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-223-15/+28
* Fixed typo in BaseModelAdmin.has_delete_permission()'s docstring.Marco Marra2022-11-081-1/+1
* 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-313-5/+5
* 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 #34093 -- Changed width/height of switch button icons to use rem units ...Colm O'Connor2022-10-141-3/+3
* Fixed #34042 -- Improved accessibility of admin's navigation sidebar.Rasmus Magnell2022-10-123-27/+9
* Fixed #34081 -- Reverted "Fixed #33994 -- Corrected position of extrastyle an...Mariusz Felisiak2022-10-101-2/+2