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

Update tests and remove print stmt #14

Closed TrangPham closed 3 years ago

TrangPham commented 3 years ago

Making the m2m tests more comprehensive by checking the updated values of ShoppingMall and ensuring that the save action is conserved on confirmation page.