summaryrefslogtreecommitdiff
path: root/tests/admin_changelist/admin.py
AgeCommit message (Expand)Author
2025-01-10Fixed #36032 -- Rendered URLField values as links in the admin.antoliny0919
2025-01-08Fixed #36063 -- Made a FileField navigate to the object admin change page whe...antoliny0919
2024-11-05Refs #26001 -- Handled relationship exact lookups in ModelAdmin.search_fields.Sarah Boyce
2024-11-04Fixed #26001 -- Fixed non-string field exact lookups in ModelAdmin.search_fie...0saurabh0
2024-02-05Refs #10743 -- Enabled ordering for lookups in ModelAdmin.list_display.Tom Carrick
2024-02-05Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display.Tom Carrick
2023-01-30Fixed #34283 -- Escaped title in admin's changelist filters.Stanislav Volyk
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-15Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued rela...Jacob Walls
2021-09-21Fixed #33083 -- Fixed selecting all items in the admin changelist when action...Carlton Gibson
2021-04-27Refs #19080 -- Added tests for preserving select_related() in the admin chang...Mariusz Felisiak
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
2020-05-20Fixed #31597, #31603 -- Corrected admin clear all filters link behavior.Fran Hrzenjak
2020-04-29Added tests for saving with pending actions in admin changelist.Jon Dufresne
2018-02-14Fixed #28933 -- Improved the efficiency of ModelAdmin.date_hierarchy queries.Haki Benita
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-02-01Fixed #11313 -- Made ModelAdmin.list_editable more resilient to concurrent ed...bphillips
2015-12-29Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is...Nick Sandford
2015-10-10Fixed #24687 -- Added select_related() validation for nested non-relational f...Tim Graham
2015-06-04Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-05-28Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.li...Tim Graham
2015-05-06Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relat...Samuel Paccoud
2015-04-08Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...Tim Graham
2015-04-08Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-02-22Added tests and minified javascript missing in 83a3add4bed8d8d49f93b30c817c66...Bas Peschier
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-01Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...Ramiro Morales
2013-08-03Added ModelAdmin.get_search_fields.Loic Bistuer
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-06-05Fixed #19080 -- Fine-grained control over select_related in adminTomek Paczkowski
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner