<p>On Django, you should NOT use <code>loaddata</code> management command directly in a data migration. It will use the current model state, not the historical one, therefore your migration will certainly BREAK in the future: </p>
By clicking “Accept all”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts. Check our privacy policies.