summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
9 daysFixed #10919 -- Added delete_confirmation_max_display to ModelAdmin.Rodrigo Vieira
9 daysRefs #10919 -- Refactored walk_items as module-level _walk_items and added tr...Rodrigo Vieira
9 daysFixed #35870 -- Made blank choice label in forms more accessible.Annabelle Wiegart
9 daysFixed #35943 -- Replaced unload event listener with pagehide.Amar
9 daysFixed #15759 -- Excluded fields by per-object permissions for ModelAdmin.list...Artyom Kotovskiy
9 daysRefs #15759 -- Factored out _save_formset() in ModelAdmin.Artyom Kotovskiy
13 daysFormatted JavaScript files.Tom Carrick
13 daysFormatted 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
2026-02-02Fixed #36788 -- Fixed horizontal form field alignment under <fieldset> in the...Jacob Walls
2026-01-30Fixed #36468 -- Fixed failure to close popup when adding a related object in ...Mark Niehues
2026-01-30Fixed #36865 -- Removed casting from exact lookups in admin searches.mlissner
2026-01-26Fixed #36850 -- Prevented admin filter sidebar from wrapping below the change...Nilesh Kumar Pahari
2026-01-22Fixed #13883 -- Rendered named choice groups with <optgroup> in FilteredSelec...seanhelvey
2026-01-16Fixed #36801 -- Avoided unnecessary calculation in construct_change_message().Adam Johnson
2026-01-12Fixed #36708 -- Initialized formset to None in ChangeList.__init__().Rudraksha Dwivedi
2026-01-12Fixed #36804 -- Fixed admin system check crash for missing models.Parth Paradkar
2026-01-09Refs #35875 -- Added dark mode support in additional views.mbcodes
2025-12-31Fixed #36829 -- Reverted value of ClearableFileInput.use_fieldset to True.Johannes Maron
2025-12-22Fixed #36807 -- Fixed form field alignment under <fieldset> in the admin.Jacob Walls
2025-12-17Fixed #32568 -- Replaced mark_safe() with SafeString for literal values.Pravin Kamble
2025-12-05Fixed #36728 -- Validated template tag arguments at definition time.Jake Howard
2025-12-05Fixed #36367 -- Added a label to the date_hierarchy in admin changelist.Chaitanya
2025-12-02Updated translations from Transifex.Natalia
2025-12-01Fixed #36712 -- Evaluated type annotations lazily in template tag registration.Jacob Walls
2025-11-21Fixed #36256 -- Removed unnecessary titles from admin UI elements.Skyiesac
2025-11-14Fixed #36723 -- Removed logic for repositioning FilteredSelectMultiple help t...Kasyap Pentamaraju
2025-11-12Fixed #36717 -- Redirect authenticated users on admin login view to next URL.Benedict Etzel
2025-11-11Fixed #36053 -- Fixed placement of FilteredSelectMultiple widget label.Dani Fornons
2025-10-18Fixed #21961 -- Added support for database-level delete options for ForeignKey.Mariusz Felisiak
2025-10-15Fixed #36659 -- Fixed flatpage content selector in admin forms.css.Baptiste Mispelon