Django Unique Together (with foreign keys)
I have a situation where I want to use the Meta options of unique_together to enforce a certain rule, here’s the intermediary model:
I have a situation where I want to use the Meta options of unique_together to enforce a certain rule, here’s the intermediary model: