I\'m using django 1.9.6. I recently deleted my migrations and ran migrate --run-syncdb and makemigrations my_app. Today I added a new field to one of m
migrate --run-syncdb
makemigrations my_app
Another case is abstract classes. Make sure that your model’s metaclass does not have the abstract = True property.
abstract = True