postfalk / django-etl-sync

Django ETL deriving rules from models and forms
Other
27 stars 11 forks source link

Check behavior of the update option on generator #45

Closed postfalk closed 7 years ago

postfalk commented 7 years ago

In a recent project a test returns 'updated' with the new Generator class where 0.2.2 raised an IntegrityError. Explore!

Generator(model_class, options={'update': True})
postfalk commented 7 years ago

Nevermind!