-
-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
Hi
I can't get many-to-many relation to update. Does it suppose to work?
I have wo questions:
- Just to be sure - What is difference between Associated and Owned? (I assumed Associated is correct for situation that a data points another one but the other data should not get deleted when the pointing data is deleted).
- Is there any problem when you use ForeignKey on properties? I suspect that GraphDiff doesn't detect situations where a property is actually binded through a ForeignKey property... (The foreign key property is actually a kind of proxy)...