You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: