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
{{ message }}
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
If I have a VersionedManyToManyField on a model, I can dump it to a fixture fine, but loaddata fails with this message from versions/models.py line 961:
Related values can only be directly set on the current version of an object
I'll follow up with more information and hopefully a solution.
The text was updated successfully, but these errors were encountered:
If I have a
VersionedManyToManyField
on a model, I can dump it to a fixture fine, but loaddata fails with this message fromversions/models.py
line 961:Related values can only be directly set on the current version of an object
I'll follow up with more information and hopefully a solution.
The text was updated successfully, but these errors were encountered: