andrewdodd / django-nsync

A simple way to keep your Django Model data 'n-sync with N external systems.
MIT License
14 stars 3 forks source link

Excessive deletions #3

Closed andrewdodd closed 8 years ago

andrewdodd commented 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.