Hello, The doc says about migrate --fake:
*Marks the migrations up to the target one (following the rules above) as applied, but without actually running the SQL to change your database schema. * But what is the operations behind this "marks"? Modifications to the django_migrations database table? What is the target migration? The most recent .py file in migrations folder? Thank you, -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/265806f3-567d-43ae-8c19-f9b15a9ee741n%40googlegroups.com.

