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

post_save signal is called 2 times #68

Open hruslow opened 5 years ago

hruslow commented 5 years ago

Hello, I added django-simple-history to my project and found out that every time I update my record using crudbuilder post_save signal is called 2 times in a row. As a result I get two historical records for one update. Why does crudbuilder update record two times and how can I turn it off?

flaiming commented 2 years ago

Hi, please reply if it is still relevant and I will look into it.