The problem is that migrate may preserve the ProjectState for migrations, which means state of SQL items is not aggregated yet through operations sequence. Thus migrate is not able to identify if any changes has been made to SQL items and whether makemigrations should be applied.
The problem is that
migrate
may preserve the ProjectState for migrations, which means state of SQL items is not aggregated yet through operations sequence. Thusmigrate
is not able to identify if any changes has been made to SQL items and whethermakemigrations
should be applied.