arneb / django-generic-confirmation

A generic change confirmation app for Django
BSD 3-Clause "New" or "Revised" License
20 stars 11 forks source link

Request confirmation only at changed data #1

Open jarus opened 10 years ago

jarus commented 10 years ago

Hi,

thank you for this nice little implementation of generic confirmation forms. It would be really nice to avoid confirmation mails at save actions without changes. In a form you could use form.has_changed().

Christoph

arneb commented 10 years ago

Good idea!