Can not create South database models in Django 1.7...
Read More"Person.user" must be a "User" instance...
Read MoreWhy does schemamigration --auto creates a spurious migration?...
Read MoreIn Django/South HOWTO create an instance of a model from a different app during DataMigration...
Read MoreSouth not detecting new model file in model folder...
Read MoreModify a model field's data using South...
Read MoreMy Django Based Project Sporadically Stops Loading Views (Django 1.6)...
Read MoreHow do I support an old and new database scheme at the same time in Django?...
Read MorePostgreSQL & Heroku - cannot connect to the database...
Read MoreWhy use South during initial development?...
Read More'Permission' instance expected, got ... Permission instance?...
Read MoreSouth schema and data migrations via a build script executed by Jenkins on remote server (AWS EC2)...
Read MoreHow do you create a new migration file using south without having to change the schema?...
Read MoreUpgrade path for re-usable apps with South AND django 1.7 migrations...
Read MoreDjango 1.4 to 1.6 conversion compatibilty...
Read MoreMixin inhheritance for models in django...
Read Moredjango south - unique=True, but "give default value for existing rows" ?...
Read MoreRenaming auth_user breaks migrations on fresh setup...
Read MoreDjango 1.6 South Nothing to migrate...
Read MoreHow to specify Decimal as one-off value for Django South migration...
Read MoreDjango: Using Third party app as a django app...
Read MoreRunning Django unittests causes South migrations to duplicate tables...
Read Moredjango schemamigration creates the same migration change...
Read MoreDjango migrate Integer to BigInteger...
Read MoreWhat's the difference between 'schemamigrate' and 'schemamigration' in Django?...
Read MoreSouth migration files empty with populated models.py file...
Read MoreFixture/South causing my database to not be reloaded after dropping it...
Read Moremezzanine and cartridge schemamigration issues...
Read MoreCan I change the type of Model Field?...
Read More