summaryrefslogtreecommitdiff
path: root/tests/modeladmin/test_actions.py
AgeCommit message (Expand)Author
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
2020-11-13Unified admin action description generation.Nick Pope
2020-04-17Fixed #30311 -- Restored ability to override global admin actions.hashlash
2018-11-09Fixed #29917 -- Stopped collecting ModelAdmin.actions from base ModelAdmins.Matthias Kestenholz
2018-06-18Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson