summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2024-02-05Refs #10743 -- Enabled ordering for lookups in ModelAdmin.list_display.Tom Carrick
2024-02-05Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display.Tom Carrick
2024-01-29Updated translations from Transifex.Claude Paroz
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-24Fixed #35115 -- Made admin's footer render in <footer> tag.Marijke Luttekes
2024-01-19Fixed #34910 -- Improved color contrast for add/change icons in admin.Hisham Mahmood
2024-01-18Fixed #35121 -- Corrected color for links in the admin.Salvo Polizzi
2024-01-16Fixed #35112 -- Removed previous/next month animation in admin calendar widget.Alexander Lazarević
2024-01-11Refs #28404 -- Made displaying property values in admin respect non-None empt...Alexander Lazarević
2024-01-10Fixed #28404 -- Made displaying values in admin respect Field's empty_values.Alexander Lazarević
2024-01-09Fixed #35096 -- Corrected alignment for error lists in admin "wide" forms.Fabian Braun
2024-01-08Fixed #35087 -- Reallowed filtering against foreign keys not listed in ModelA...Sarah Boyce
2023-12-30Fixed #34670 -- Improved loading of theme in admin.Nicolas Lupien
2023-12-28Fixed #35065 -- Corrected border color for autocomplete fields with errors in...Rigoberto Villalta
2023-12-27Fixed #35056 -- Fixed system check crash on reverse m2m relations with relate...Mariusz Felisiak
2023-12-22Fixed #35008 -- Added CSS rule for <input> HTML tags with no type.Rapha S
2023-12-15Fixed #34909 -- Associated links in admin navigation sidebar with row descrip...Eliana Rosselli
2023-12-15Refs #34909 -- Made cosmetic edits to admin navigation template.Eliana Rosselli
2023-12-14Used model's Options.model_name instead of object_name.lower().Mariusz Felisiak
2023-12-13Fixed #35012 -- Restored wrapping admin fieldsets with multiple fields per line.Tom Carrick
2023-12-07Fixed #35020 -- Fixed ModelAdmin.lookup_allowed() for non-autofield primary k...Sarah Boyce
2023-12-04Updated translations from Transifex.Natalia
2023-12-03Removed unused CSS rules for related widget in RTL.Tom Carrick
2023-12-01Fixed #35001 -- Fixed position of related widget action icons in admin for so...Tom Carrick
2023-12-01Refs #35004 -- Restored the direction of arrows in admin selector boxes for R...Mariusz Felisiak
2023-12-01Refs #35003 -- Corrected "wide" form margins in admin for LTR languages.Tom Carrick
2023-11-30Fixed #34995 -- Improved position of related widget's add link on admin pages...Tom Carrick
2023-11-30Fixed #35003 -- Corrected margins in admin for RTL languages.Tom Carrick
2023-11-30Fixed #35004 -- Corrected the direction of arrows in admin selector boxes for...Mariusz Felisiak
2023-11-29Refs #25778 -- Updated some links and references to HTTPS.Adam Johnson
2023-11-27Fixed #34982 -- Fixed admin's read-only password widget and help texts alignm...Tom Carrick
2023-11-23Fixed #34994 -- Fixed checkbox layout in admin's change page for narrow scree...Tom Carrick
2023-11-23Fixed #34991 -- Fixed pagination links and input layout in admin's change lis...Tom Carrick
2023-10-31Fixed #34462 -- Made admin log actions in bulk.Akash Kumar Sen
2023-10-21Fixed #34913 -- Added borders on high contrast mode in the admin.Cheuk Ting Ho
2023-10-19Fixed #34905 -- Corrected admin's main content element rendered in <main> tag.ontowhee
2023-10-17Removed unreachable code from ModelAdmin.response_change().Mariana
2023-10-11Fixed #12241 -- Preserved query strings when using "Save and continue/add ano...Mariana
2023-09-26Fixed #34835 -- Made admin's changelist filters render in <nav> tag.lstaana
2023-09-21Fixed #34857 -- Made calendar "Cancel" button in admin use color variables.Fabian Braun
2023-09-18Updated source translation catalogs.Natalia
2023-09-18Fixed #34560 -- Updated admin's jQuery to 3.7.1.Mariusz Felisiak
2023-09-16Fixed #31558 -- Added support for boolean attribute on properties in ModelAdm...Ryanwalker277
2023-09-15Fixed #34832 -- Made admin's header content render in <header> tag.Sarah Abderemane
2023-09-14Fixed #34834 -- Added role="search" to the admin changelist search form.Lemuel Sta Ana
2023-09-14Fixed #34833 -- Made admin's main content render in <main> tag.Sarah Abderemane
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope
2023-07-18Fixed #34036 -- Improved color contrast in admin light theme.Mariana
2023-07-17Refs #27471 -- Made admin's filter choice arrows use cursor pointers.Christophe Henry
2023-07-14Fixed #34677 -- Made admin password reset templates more consistent.priyank.panchal