summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2022-10-10Fixed wrapping of long model names in the admin.Mariusz Felisiak
2022-10-06Fixed #32603 -- Made ModelAdmin.list_editable use transactions.Shubh1815
2022-09-28Fixed #34025 -- Fixed selecting ModelAdmin.autocomplete_fields after adding/c...David Sanders
2022-09-26Fixed #34040 -- Removed autofocus from admin search box.Moshe Nahmias
2022-09-26Refs #34041 -- Added navigation landmark to breadcrumbs in admin.Florian Perucki
2022-09-25Fixed #34037 -- Improved color contrast for close buttons in admin.Mia Bajić
2022-09-25Fixed #34049 -- Fixed displaying SVGs patterns.Pablousse
2022-09-24Fixed #34033 -- Improved accessibility of switch button for dark mode in the ...Florian Perucki
2022-09-24Fixed #34023 -- Added inline argument to user_deleted_form().Michał Pasternak
2022-09-15Fixed #33994 -- Corrected position of extrastyle and extrahead blocks in admi...Jay Patel
2022-09-15Changed camel case variable to snake case in contrib.admin/auth.Youngkwang Yang
2022-09-08Used CSS flex and <nav> for ModelAdmin.date_hierarchy.Tom Carrick
2022-09-06Fixed #24179 -- Added filtering to selected side of vertical/horizontal filters.Gav O'Connor
2022-08-31Corrected the direction of arrows in admin selector boxes for RTL languages.Swara
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-08-23Fixed #33927 -- Fixed crash when displaying ArrayField with choices in admin.David Wobrock
2022-08-18Used CSS flex for admin's submit row.Tom Carrick
2022-08-18Fixed #33930 -- Eased customization of delete_confirmation.html template in t...Jacob Rief
2022-08-17Refs #33491 -- Split CSS selected-row highlight selectors.Carlton Gibson
2022-08-17Fixed #33491 -- Fixed change-list selected row-highlight on cancelled delete.Marcelo Galigniana
2022-08-17Fixed #33878 -- Switched to system fonts in CSS.Tom Carrick
2022-08-17Fixed CSS variable indentation.Tom Carrick
2022-08-12Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes.Claude Paroz
2022-08-09Removed unused InlineAdminForm.ordering_field().Mariusz Felisiak
2022-08-05Fixed #33893 -- Reverted "Fixed #28889 -- Prevented double submission of admi...Fab
2022-08-03Fixed #33888 -- Fixed get_select2_language() crash with no language activated.Claude Paroz
2022-08-03Updated translations from Transifex.Mariusz Felisiak
2022-08-02Fixed #33690 -- Added switch button for dark mode in the admin.Sarah Abderemane
2022-07-28Fixed #33726 -- Added skip-link to admin for keyboard navigation.Marcelo Galigniana
2022-07-27Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.Nick Pope
2022-07-25Simplified various built-in templates.Nick Pope
2022-07-25Fixed typo in django/contrib/admin/options.py comment.Ikko Ashimine
2022-07-23Fixed #33864 -- Deprecated length_is template filter.Nick Pope
2022-07-20Fixed #33833 -- Corrected .closelink admin CSS.Leonid Podriz
2022-07-17Fixed #33728 -- Reordered submit buttons in admin.Alexander Freyr L
2022-07-07Fixed #33781 -- Restored alignment for admin split-field timezone warnings.Carlton Gibson
2022-06-28Fixed #33805 -- Made admin's many-to-many widgets do not display help text fo...Ankur
2022-06-22Fixed #33028 -- Used ModelAdmin's opts attribute instead of model._meta.Marcelo Galigniana
2022-06-18Fixed #33784 -- Removed unnecessary format escaping in admin calendar widget.Ankur
2022-06-01Fixed #33750 -- Fixed timezone warning alignment with help texts.Florian Demmer
2022-05-21Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not fo...Sankalp
2022-05-21Fixed #33727 -- Fixed color contrasts in admin header.Mohammed Y. Alnajdi
2022-05-17Updated source translation catalogs.Mariusz Felisiak
2022-05-06Fixed #33679 -- Fixed the last inline's id in admin for users without add per...Daniel Hahler
2022-05-03Fixed #33667 -- Used --header-branding-color for branding headers in admin.Hrushikesh Vaidya
2022-04-26Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana
2022-04-25Refs #2259 -- Disallowed primary keys in ModelAdmin.list_editable.siddhartha-star-dev
2022-04-15Fixed #11803 -- Allowed admin select widgets to display new related objects.mgaligniana
2022-04-06Refs #31617 -- Added an id for helptext in admin forms.David Smith
2022-04-06Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...Baptiste Mispelon