summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templatetags
AgeCommit message (Expand)Author
2026-04-22Refs #10919 -- Refactored walk_items as module-level _walk_items and added tr...Rodrigo Vieira
2026-02-20Fixed #36127 -- Applied default empty display value to links otherwise contai...SiHyunLee
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-01Fixed #36712 -- Evaluated type annotations lazily in template tag registration.Jacob Walls
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-06-27Fixed #36366 -- Improved accessibility of pagination in the admin.antoliny0919
2025-03-27Fixed #34917 -- Underlined links in the main content area of the admin.antoliny0919
2025-01-22Fixed #36114 -- Fixed link visibility when list_display_links field contains ...antoliny0919
2025-01-08Fixed #36063 -- Made a FileField navigate to the object admin change page whe...antoliny0919
2024-05-29Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.Jake Howard
2024-02-05Refs #10743 -- Enabled ordering for lookups in ModelAdmin.list_display.Tom Carrick
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-12-14Used model's Options.model_name instead of object_name.lower().Mariusz Felisiak
2023-10-11Fixed #12241 -- Preserved query strings when using "Save and continue/add ano...Mariana
2023-09-16Fixed #31558 -- Added support for boolean attribute on properties in ModelAdm...Ryanwalker277
2023-05-18Avoided parallel assignment in template classes.Adam Johnson
2023-03-03Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce
2023-02-16Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho
2023-02-08Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief
2023-02-07Fixed #34301 -- Made admin's submit_row check add permission for "Save as new...Frederic Mheir
2023-01-17Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak
2022-03-01Fixed #33547 -- Fixed error when rendering invalid inlines with readonly fiel...Mariusz Felisiak
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-10Fixed #31867 -- Made TabularInline handling of hidden fields with view-only p...antoinehumbert
2021-05-20Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value.David Sanders
2021-04-29Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope
2020-08-06Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().Nick Pope
2020-08-06Refs #25513 -- Fixed admin pagination elision bounds.Nick Pope
2020-08-06Refs #25513 -- Adjusted admin pagination to be 1-indexed.Nick Pope
2020-05-15Fixed #31590 -- Fixed ModelAdmin.date_hierarchy crash with an empty QuerySet.kjpc-tech
2020-04-29Removed unnecessary   entities from the admin.Jon Dufresne
2020-04-27Removed unnecessary tuple wrapping of single format string argument.François Freitag
2020-03-25Fixed #29724 -- Fixed timezone handling in ModelAdmin.date_hierarchy queries.Hasan Ramezani
2019-09-16Fixed #29376 -- Allowed hiding "Save and Add Another" button in admin.Hasan Ramezani
2019-04-01Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...Mariusz Felisiak
2019-03-24Fixed #30259 -- Added support for admin_order_field attribute on properties i...Jani Tiainen
2019-01-17Refs #21221 -- Removed staticfiles and admin_static template tag libraries.Tim Graham
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-08-06Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.Vlastimil Zíma
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-03-01Refs #27728 -- Fixed thread safety of admin template tags.Carlton Gibson
2018-03-01Refs #27728 -- Made cosmetic edits to admin template tag template overriding.Tim Graham
2018-02-28Fixed #27728 -- Allowed overriding admin templatetags templates.Raffaele Salmaso
2018-02-23Fixed #28635 -- Fixed admin's preserved filters if the URL contains non-ASCII...a8568730