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
Is it any possible to use natural keys when serializing relations?
I see that default Django serializers.serialize() is used for serializing, but there is no way to pass use_natural_foreign_keys=True or use_natural_primary_keys=True.
The text was updated successfully, but these errors were encountered:
Hi,
Is it any possible to use natural keys when serializing relations?
I see that default Django
serializers.serialize()
is used for serializing, but there is no way to passuse_natural_foreign_keys=True
oruse_natural_primary_keys=True
.The text was updated successfully, but these errors were encountered: