asifpy / django-crudbuilder

Generic CRUD implementation in Django
https://django-crudbuilder.readthedocs.org/en/latest/index.html
Apache License 2.0
193 stars 67 forks source link

Added a custom delete_view_mixin #66

Closed tonimichel closed 3 years ago

tonimichel commented 6 years ago

Sometimes it is necessary to execute custom code on delete. Therefore I added the custom_delete_view_mixin crud attr. It works exactly like the custom_update and create view mixin.

Love the crudbuilder.

Cheers from Stuttgart

asifpy commented 6 years ago

That's really cool. Please take care of the failing tests before the changes gets merged to master