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

Add '__all__' to confirmation_fields #55

Open sadra-allahyari opened 4 months ago

sadra-allahyari commented 4 months ago

Is it possible to add an 'all' option for confirmation fields so I don't have to write out each field individually? I believe it would be helpful to have something like this: confirmation_fields = '__all__' I have not been able to find this option anywhere, so I am opening an issue. Thank you in advance.