summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2024-06-27Fixed #35564 -- Improved readability of subclass identification.Jaap Roes
2024-06-25Fixed #35558 -- Increased inline H3 headers color prominence in admin change ...Sarah Boyce
2024-06-25Fixed #35540 -- Fixed the padding on admin login page.arjunomray
2024-06-20Refs #35404 -- Fixed padding of admin fieldset checkbox label.Vaarun Sinha
2024-06-18Fixed #35505 -- Added extrabody block to admin/base.html.stefan.ivic
2024-06-12Fixed #34789 -- Prevented updateRelatedSelectsOptions fromDevin Cox
2024-05-29Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.Jake Howard
2024-05-22Updated source translation catalogs.Natalia
2024-05-22Fixed #35393 -- Added excluded pk as a hidden field to the inline admin.Willem Van Onsem
2024-05-22Fixed #31405 -- Added LoginRequiredMiddleware.Hisham Mahmood
2024-05-22Refs #35189 -- Removed no longer necessary JavaScript file collapse.js.Marijke Luttekes
2024-05-22Fixed #35189 -- Improved admin collapsible fieldsets by using <details> eleme...Marijke Luttekes
2024-05-22Refs #35189 -- Improved admin fieldset's accessibility by setting aria-labell...Marijke Luttekes
2024-05-20Refs #35189 -- Moved CSS details' cursor declaration to base.css.Marijke Luttekes
2024-05-10Refs #35404 -- Fixed the line height of admin fieldset labels.minusf
2024-05-06Migrated to ESLint 9+.Mariusz Felisiak
2024-04-24Fixed #35382 -- Removed unused CSS for admin inline fieldsets.0saurabh0
2024-04-19Fixed #35321 -- Prevented Mobile Safari zoom-in on Django admin inputs.Jkhall81
2024-04-19Fixed #34994, Fixed #35386 -- Applied checkbox-row CSS class unconditionally ...Adam Johnson
2024-04-15Fixed #35375 -- Fixed tabular inline admin original line to be on the right i...Eyal Cherevatsky
2024-04-02Fixed #35330 -- Fixed the update of related widgets when the referenced model...devin13cox
2024-03-14Fixed #35273 -- Fixed rendering AdminFileWidget's attributes.Johannes Maron
2024-02-29Fixed #35198 -- Fixed facet filters crash on querysets with no primary key.Shafiya Adzhani
2024-02-26Fixed #35241 -- Cached model's full parent list.Adam Johnson
2024-02-21Fixed #35237 -- Merged system checks for admin actions.Adam Johnson
2024-02-20Fixed #34429 -- Allowed setting unusable passwords for users in the auth forms.Fabian Braun
2024-02-20Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...Adam Johnson
2024-02-20Used <span> instead of <div> in admin theme button.d9pouces
2024-02-14Fixed #35173 -- Fixed ModelAdmin.lookup_allowed() for lookups on foreign keys...Hisham Mahmood
2024-02-09Fixed #35145 -- Corrected color scheme of vanilla HTML widgets in admin.Eli
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