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