In every generated migration files by South manage.py schemamigration, there usually will be a subclass of the south.v2.SchemaMigration. The class would contain forwards() and backwards() methods and also models attribute. How does South use the models attribute?
In every generated migration files by South manage.py schemamigration, there usually will be a
Share
This is called ORM freezing.
http://south.aeracode.org/docs/ormfreezing.html