I came across the fact that save() does not ensure that related models are also saved (updated or inserted). Is this by design, or merely an oversight? Circular relationships have the potential to cause loops if this isn't implemented carefully.
I came across the fact that save() does not ensure that related models are also saved (updated or inserted).
Is this by design, or merely an oversight?
Circular relationships have the potential to cause loops if this isn't implemented carefully.