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
Django's loaddata overwrites the entries with colliding pks, which may be an unwanted behaviour. We may need to provide a modified version that wouldn't overwrite existing stuff.
The text was updated successfully, but these errors were encountered:
Django's
loaddata
overwrites the entries with collidingpk
s, which may be an unwanted behaviour. We may need to provide a modified version that wouldn't overwrite existing stuff.The text was updated successfully, but these errors were encountered: