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

Custom detail context #70

Closed flaiming closed 3 years ago

flaiming commented 3 years ago

I was missing adding custom context to detail view, so I added option to add method custom_detail_context to CRUD class. I also updated tests and docs.

simo97 commented 3 years ago

thank you... i was looking to work on something like this... I will test this sooner