burke-software / django-mass-edit

Make bulk changes in the Django admin interface
152 stars 67 forks source link

Request to add a confirmation page on Save #94

Open ibaguio opened 2 years ago

ibaguio commented 2 years ago

Currently, when a mass edit is being saved, the data is directly saved without asking for any confirmation. It would be nice to have a confirmation feature to show the changes that are going to be done, as well as the list of objects that will be affected. This is particularly useful when the model has lots of fields and may be confusing.

Anyone have some free time to work on this?