You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found myself systematically disabling every relation of my models, so that by default it does not recurse over all my tables.
Is there a way to disable relationship recursion by default ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, I think its quite easy to implement.
Basically you need smth like serialize_related=False in model's / serialiser's interface
I can do it on this weekend.
Hi,
I found myself systematically disabling every relation of my models, so that by default it does not recurse over all my tables.
Is there a way to disable relationship recursion by default ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: