Hi Everyone, 
In my org, we are trying to migrate from python2 to python3 with the django 
version as 1.9.4, but stuck in one issue which is we have 2 migrations 
which squashed, when we apply them in python2, it shows applied and migrate 
doesn't re-run it but when we run migrate with python3, it keeps on 
applying them even if they are already applied. We even tried faking the 
migration, but under the hood it faked the migrations inside of squashed 
migration instead of squashed migration itself. Do we have any idea how to 
fix this?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7626b78e-b311-4aff-aaeb-7351188f1103n%40googlegroups.com.

Reply via email to