summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2021-04-14Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching against p...Mariusz Felisiak
2021-04-09Added missing "event" argument to addEventListener() call in actions.js.Raymond Nunez
2021-04-06Updated translations from Transifex.Claude Paroz
2021-03-31Removed unnecessary left/right in admin sidebar CSS.Mariusz Felisiak
2021-03-31Fixed #32204 -- Added quick filter to admin's navigation sidebar.Maxim Milovanov
2021-03-18Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.Johannes Maron
2021-03-10Fixed #32512 -- Fixed admin dark theme for autocomplete fields.mimi89999
2021-03-09Refs #32018 -- Corrected color variable for toggle links in admin.Mariusz Felisiak
2021-03-09Refs #32018 -- Used --darkened-bg for <pre> elements.Mariusz Felisiak
2021-03-04Fixed #32494 -- Adjusted system check for raw_id_fields to warn about Field.a...Hasan Ramezani
2021-03-04Corrected messages of admin checks for invalid model field names.Hasan Ramezani
2021-03-03Fixed #32493 -- Removed redundant never_cache uses from admin views.tim-mccurrach
2021-02-24Fixed #32468 -- Corrected usage of never_cache in contrib.admin.Haki Benita
2021-02-18Fixed #32443 -- Removed "shifted" CSS class when admin's sidebar is disabled.Amir Ajorloo
2021-02-16Fixed #30231 -- Fixed admin filter horizontal/vertical verbose_name generation.Teresa Partida
2021-02-15Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...manav014
2021-01-28Fixed #32391 -- Used CSS flex properties for changelist filter.Denis Skulimovskiy
2021-01-27Fixed #32385 -- Removed unused and duplicated loading of tags in admin templa...tim-mccurrach
2021-01-20Refs #31259 -- Made various dark theme adjustments.Tom Carrick
2021-01-19Fixed #32324 -- Added template block to override the admin site header.muskanvaswan
2021-01-18Fixed #18549 -- Fixed heading for inlines with a OneToOneField.Timothy McCurrach
2021-01-15Updated source translation catalogs.Claude Paroz
2021-01-14Refs #31259 -- Improved some color contrasts for admin dark theme.Matthias Kestenholz
2021-01-14Fixed #31259 -- Added admin dark theme.mimi89999
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
2021-01-12Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne
2021-01-12Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron
2021-01-12Refs #32018 -- Corrected color variables for paginator and header links in ad...Michel Le Bihan
2021-01-11Refs #32018 -- Used --header-link-color for header links in admin.Michel Le Bihan
2021-01-07Fixed #32018 -- Extracted admin colors into CSS variables.Matthias Kestenholz
2021-01-06Fixed #32322 -- Fixed autocomplete widget wrapping.Viktor Grabov
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-11-30Refs #31978 -- Fixed hint in admin's password reset confirmation form for cus...Mariusz Felisiak
2020-11-20Added explicit HTMLElement.dir attribute in templates.Author: Nick Pope
2020-11-14Refs #24474 -- Changed AdminSite.empty_value_display property to an attribute.Nick Pope
2020-11-13Unified admin action description generation.Nick Pope
2020-11-10Avoided direct styles in admin templates.Claude Paroz
2020-10-28Fixed #32062 -- Added %b support to Date.strftime.Gagan Deep
2020-10-27Fixed #32127 -- Fixed admin change-form textarea layout for mid-sized displays.Josh Santos
2020-10-21Fixed #32069 -- Fixed admin change-form layout on small screens.Carlton Gibson
2020-10-13Removed unnecessary check in BaseModelAdmin.get_view_on_site_url().Marco Richetta
2020-10-09Fixed #32091 -- Fixed admin search bar width on filtered admin page.Tim Schilling
2020-10-09Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...Qi Zhao
2020-10-08Fixed #31181 -- Added links to related models for admin's readonly fields.Julien Rebetez
2020-10-06Fixed #32072 -- Fixed admin search bar height.Tom Carrick
2020-09-30Fixed #31986 -- Fixed admin filter sidebar scrolling.Tom Carrick
2020-09-30Updated translations from Transifex.Claude Paroz
2020-09-23Fixed #32029 -- Removed unnecessary margin in admin CSS for horizontal radio ...Matthias Kestenholz
2020-09-23Fixed #32027 -- Fixed wrapping of long words in admin error messages.Matthias Kestenholz
2020-09-23Fixed #32034 -- Removed redundant get_app_config() call in AdminSite.app_index.Raffaele Salmaso