index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_views
/
templates
Age
Commit message (
Collapse
)
Author
2025-04-04
Fixed #36255 -- Renamed the admin action button for improved accessibility.
koffi
2024-06-18
Fixed #35505 -- Added extrabody block to admin/base.html.
stefan.ivic
2021-05-20
Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value.
David Sanders
2020-06-25
Refs #26761 -- Removed extra space in admin change list result header.
Hasan Ramezani
2020-03-09
Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ↵
Jon Dufresne
in admin.
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from ↵
Jon Dufresne
<script> tags.
2018-02-28
Fixed #27728 -- Allowed overriding admin templatetags templates.
Raffaele Salmaso
2014-12-12
Fixed template tag braces spacing.
Kevin Marsh
2014-02-10
Fixed #21371 -- Added the block.super to admin bodyclass blocks.
julien 'pouete' Godin
Thanks Keryn Knight for the report.
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner