-
-
Notifications
You must be signed in to change notification settings - Fork 302
Closed
Labels
Description
We have a case where we need to track the status change on the model. This is done by assigning an current status attribute in the init method.
In tests in many places we use the refresh_from_db method, together all these things give an error with recursion.
To illustrate the error, a simple project was created: https://github.com/devxplorer/onchange
I'm not sure if this can be considered a bug, but I have not come up with the problem yet.
lexapi