TrangPham / django-admin-confirm

AdminConfirmMixin is a mixin for ModelAdmin that adds confirmations to changes, additions and actions.
Other
128 stars 16 forks source link

Feature request: confirmation action title to be equal to @admin.action.description #58

Open gutierri opened 1 month ago

gutierri commented 1 month ago

It would be interesting that the page title is equal to the label title on the list page. That is, if there is @admin.action(description='qwerty') use description and not the name of the function.

ref: https://github.com/TrangPham/django-admin-confirm/blob/5ed64263e7d8107f00feb61cfbbb18dacb450365/admin_confirm/admin.py#L463-L464