Search code examples
Can not create South database models in Django 1.7...


djangodjango-southdjango-1.7

Read More
"Person.user" must be a "User" instance...


pythondjangodjango-south

Read More
Why does schemamigration --auto creates a spurious migration?...


pythondjangoparallel-processingmigrationdjango-south

Read More
In Django/South HOWTO create an instance of a model from a different app during DataMigration...


djangoinstantiationdata-migrationdjango-southgeneric-foreign-key

Read More
South not detecting new model file in model folder...


djangoormdjango-south

Read More
Modify a model field's data using South...


djangodjango-modelsdjango-south

Read More
My Django Based Project Sporadically Stops Loading Views (Django 1.6)...


pythondjangohttpresponsedjango-southfreeze

Read More
How do I support an old and new database scheme at the same time in Django?...


djangodjango-modelsdjango-south

Read More
PostgreSQL & Heroku - cannot connect to the database...


djangopostgresqldjango-south

Read More
Why use South during initial development?...


djangodjango-modelsdjango-south

Read More
'Permission' instance expected, got ... Permission instance?...


pythondjangodjango-modelsdjango-south

Read More
South schema and data migrations via a build script executed by Jenkins on remote server (AWS EC2)...


djangopostgresqljenkinsmigrationdjango-south

Read More
How do you create a new migration file using south without having to change the schema?...


pythondatabasedjangomigrationdjango-south

Read More
Upgrade path for re-usable apps with South AND django 1.7 migrations...


pythondjangodjango-modelsdjango-south

Read More
Django 1.4 to 1.6 conversion compatibilty...


pythondjangodjango-southdjango-grappelli

Read More
Mixin inhheritance for models in django...


djangodjango-modelsdjango-southdjango-orm

Read More
django south - unique=True, but "give default value for existing rows" ?...


djangodjango-south

Read More
Renaming auth_user breaks migrations on fresh setup...


djangodjango-south

Read More
Django 1.6 South Nothing to migrate...


pythondjangodjango-south

Read More
How to specify Decimal as one-off value for Django South migration...


djangodjango-south

Read More
Django: Using Third party app as a django app...


djangodjango-south

Read More
South Migration Issues...


pythondjangopostgresqldatabase-migrationdjango-south

Read More
Running Django unittests causes South migrations to duplicate tables...


pythondjangodjango-southdjango-unittest

Read More
django schemamigration creates the same migration change...


djangodjango-southmigrate

Read More
Django migrate Integer to BigInteger...


djangodjango-modelsdjango-south

Read More
What's the difference between 'schemamigrate' and 'schemamigration' in Django?...


djangodjango-modelsdatabase-schemadjango-southdjango-migrations

Read More
South migration files empty with populated models.py file...


pythondjangodjango-south

Read More
Fixture/South causing my database to not be reloaded after dropping it...


pythondjangodjango-south

Read More
mezzanine and cartridge schemamigration issues...


pythondjangodjango-southmezzaninecartridge

Read More
Can I change the type of Model Field?...


pythondjangopostgresqldjango-modelsdjango-south

Read More
BackNext