summaryrefslogtreecommitdiff
path: root/tests/modeladmin/test_actions.py
AgeCommit message (Collapse)Author
2026-05-13Fixed #12090 -- Added admin actions to the admin change form.Marcelo Galigniana
Thank you to Benjamin Balder Bach and Jacob Walls for reviews. Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
Refs #25134, #32099.
2020-11-13Unified admin action description generation.Nick Pope
Actions added to AdminSite.actions would not have the first character of their description capitalized. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
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