TrangPham / django-admin-confirm

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

fix(Issue-27): Confirmations not triggered on models with validation failures #30

Closed TrangPham closed 3 years ago

TrangPham commented 3 years ago

There are a bunch of changes here.

Constants added:

Other major changes:

Other notes:

Relates to: #27