mozilla/spade

Check unique_together keys on the model classes

Opened this issue · 0 comments

We should check that the unique_together keys are properly set. As a consequence, we need to look into the code and substitute objects.create with objects.get_or_create accordingly to keys defined.