summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
14 daysFixed #37176 -- Made Action importable from django.contrib.admin.Mariusz Felisiak
2026-06-10Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.zhengkangyang
2026-06-05Fixed #36984 -- Made inline formset error messages respect delete_confirmatio...Karolis Ryselis
2026-06-02Updated source translation catalogs.Jacob Walls
2026-06-02Updated translations from Transifex.Jacob Walls
2026-06-01Updated translations from Transifex.Jacob Walls
2026-05-26Bumped versions in pre-commit and npm configurations.Jacob Walls
2026-05-22Fixed #37117 -- Used ModelAdmin.get_queryset() for change form actions.Natalia
2026-05-20Fixed #36458 -- Trapped focus in the admin calendar and clock widgets.Skyiesac
2026-05-20Refs #12090 -- Aligned admin change form and list minimum permission to run a...Sarah Boyce
2026-05-20Fixed #37105 -- Disallowed admin change form actions on different objects.Sarah Boyce
2026-05-18Fixed #36825 -- Extended admin templates so CSP nonce is included if available.Johannes Maron
2026-05-13Fixed #37094 -- Replaced "Go" with "Run" in list_editable alert message.Jacob Walls
2026-05-13Fixed #12090 -- Added admin actions to the admin change form.Marcelo Galigniana
2026-05-11Refs #36593 -- Deprecated setting ModelAdmin.list_select_related to True.Adam Johnson
2026-05-11Refs #36593 -- Used explicit select_related() in admin history_view().Adam Johnson
2026-05-11Refs #36593 -- Made ModelAdmin.list_select_related = False more efficient.Adam Johnson
2026-05-08Fixed #37074 -- Synced admin calendar today highlight with server time.Aaryan P
2026-05-08Refs #36712, #36664 -- Used annotation_format parameter of getfullargspec() o...Jacob Walls
2026-05-04Fixed #36459 -- Added aria-label to buttons in admin calendar and clock widgets.Skyiesac
2026-04-29Fixed #35951 -- Mentioned server timezone in admin DateTime widgets.Vedran Karacic
2026-04-28Refs #15759 -- Fixed ModelAdmin.list_editable form submission for non-editabl...Artyom Kotovskiy
2026-04-22Fixed #10919 -- Added delete_confirmation_max_display to ModelAdmin.Rodrigo Vieira
2026-04-22Refs #10919 -- Refactored walk_items as module-level _walk_items and added tr...Rodrigo Vieira
2026-04-22Fixed #35870 -- Made blank choice label in forms more accessible.Annabelle Wiegart
2026-04-22Fixed #35943 -- Replaced unload event listener with pagehide.Amar
2026-04-22Fixed #15759 -- Excluded fields by per-object permissions for ModelAdmin.list...Artyom Kotovskiy
2026-04-22Refs #15759 -- Factored out _save_formset() in ModelAdmin.Artyom Kotovskiy
2026-04-19Formatted JavaScript files.Tom Carrick
2026-04-18Formatted CSS files.Tom Carrick
2026-04-14Fixed #37029 -- Corrected placement of </div> in change_list.html's paginatio...Tim Graham
2026-04-07Fixed CVE-2026-4292 -- Disallowed instance creation via ModelAdmin.list_edita...Jacob Walls
2026-04-06Fixed #37009 -- Fixed alignment of "Show/Hide counts" icons in admin changelist.kyb
2026-04-02Fixed #36949 -- Improved RelatedFieldWidgetWrapper <label>s.David Smith
2026-03-24Fixed #36976 -- Made admin action counter a live region for screen readers.davitacols
2026-03-18Fixed #36926 -- Made admin use boolean icons for related BooleanFields in lis...huwaiza tahir
2026-03-13Fixed #36885 -- Fixed long verbose names in admin filter sidebar breaking lay...Muhammad Usman
2026-03-03Fixed #36887 -- Improved admin changelist layout for object-tools button.Jacob Walls
2026-02-28Refs #36513 -- Fixed font-color to also apply to select options in TabularInl...Antoliny0919
2026-02-28Fixed #36914 -- Fixed background-color to also apply to select options in Tab...Antoliny0919
2026-02-27Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.antoliny0919
2026-02-25Fixed #36948 -- Fixed breadcrumb text overlap at small widths in admin.Amar
2026-02-25Refs #36873 -- Fixed changelink background image Y position.Antoliny0919
2026-02-25Fixed #36873 -- Aligned and normalized stroke width for non-multiple select i...Antoliny0919
2026-02-20Fixed #36920 -- Fixed alignment of fieldset legends in wide admin forms.usman
2026-02-20Fixed #36127 -- Applied default empty display value to links otherwise contai...SiHyunLee
2026-02-13Fixed #36857 -- Added QuerySet.totally_ordered property.VIZZARD-X
2026-02-13Fixed #36513 -- Improved text contrast for admin M2M multi-select widget.Nilesh Kumar Pahari
2026-02-11Fixed #36921 -- Fixed KeyError in inline form for model not registered with a...Sean Helvey
2026-02-02Refs #36788 -- Added missing CSS selector for fieldsets in the admin.Jacob Walls