<p>When creating data migration don't use <code>.save()</code> on models that have an <code>updated_at</code> field since it will modify the date of every object. Use <code>QuerySet.update()</code> instead</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.