summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2021-09-20Fixed #32504 -- Updated admin's jQuery to 3.6.0.Mariusz Felisiak
2021-09-18Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...Ken Whitesell
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-13Fixed #33104 -- Fixed wrapping of long words in admin readonly fields.Aakash Singh
2021-09-10Fixed #31867 -- Made TabularInline handling of hidden fields with view-only p...antoinehumbert
2021-09-08Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its ver...Siburg
2021-08-27Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with ...Hasan Ramezani
2021-08-10Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow custom...Mart Sõmermaa
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-28Refs #32946 -- Changed internal usage of dynamic Q() objects construction to ...Keryn Knight
2021-07-15Fixed #32910 -- Unified different plural equations for the same language in c...Mariusz Felisiak
2021-07-05Refs #24121 -- Added __repr__() to AdminSite, DefaultAdminSite, and ModelAdmin.Eduardo Aldair Ahumada Garcia Jurado
2021-06-29Fixed #32884 -- Fixed centering of the header on admin login page.Lou Huang
2021-06-28Updated translations from Transifex.Claude Paroz
2021-06-23Removed options parameter from djangoAdminSelect2.Adam Johnson
2021-06-10Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...saeedblanchette
2021-06-07Refs #24121 -- Added __repr__() to ChangeList and BaseStorage.saeedblanchette
2021-05-26Fixed #32543 -- Added search_help_text to ModelAdmin.Hasan Ramezani
2021-05-20Renamed "object" argument of ModelAdmin.log_addition(), log_change(), and log...David Sanders
2021-05-20Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value.David Sanders
2021-05-19Fixed #32766 -- Removed unused ORDER_TYPE_VAR.David Sanders
2021-05-18Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME.Slava Skvortsov
2021-05-13Fixed #32031 -- Added model class for each model to AdminSite.each_context().Raffaele Salmaso
2021-04-29Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope
2021-04-29Refs #32682 -- Renamed lookup_needs_distinct() to lookup_spawns_duplicates().Mariusz Felisiak
2021-04-29Refs #32675 -- Removed to_field from ForeignKeys in contrib apps' migrations.David Wobrock
2021-04-27Fixed #32682 -- Made admin changelist use Exists() instead of distinct() for ...Mariusz Felisiak
2021-04-27Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.Mariusz Felisiak
2021-04-26Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template.Zain Patel
2021-04-21Fixed #32647 -- Restored multi-row select with shift-modifier in admin change...Carlton Gibson
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