Closed andrewdodd closed 8 years ago
It appears that the changes for #1 caused objects to constantly be deleted and immediately recreated with the same data. However, because CASCADE is the default on_delete behaviour, this will cause related objects to also be deleted.
It appears that the changes for #1 caused objects to constantly be deleted and immediately recreated with the same data. However, because CASCADE is the default on_delete behaviour, this will cause related objects to also be deleted.