How do I set Django/South to use transactions in migrations?...
Read Moreimport error when running django south...
Read MoreTesting south migrations in Django...
Read MoreIs it a good idea to keep database migration inside VCS?...
Read MoreWhat is the correct way to deal with DB migration while using South, Django and Git?...
Read MoreBackwards migration with Django South...
Read MoreWhat is the use of models attribute in South SchemaMigration class?...
Read MoreIs there a way to configure South to migrate without asking any questions?...
Read MoreOn Heroku, is there danger in a Django syncdb / South migrate after the instance has already restart...
Read MoreIf I run a migration with Django South and it crashes, is my database ever corrupted?...
Read More(Django) Everytime I migrate with South, I get an error about fixtures/initial_data.json...
Read MoreDjango south - how to abandon a mistaken (and broken) migration...
Read MoreHow big can I make email, first_name, last_name and username in auth.User?...
Read MoreHow to rename a foreign key in django-south, the right way...
Read MoreAdd South Migrations to a 3rd party Django Application...
Read MoreDjango-South DataMigration - App available in forwards() but not backwards()?...
Read MoreCurrently using Django "Evolution", is "South" better and worth switching?...
Read MoreSouth manages a new app instead of syncdb...
Read MoreWhat is the best approach for migrating one Django app to another...
Read MoreDjango South load fixtures based on environment (development, integration, production)...
Read MoreIs Django supposed to implement DB on_delete rules itself?...
Read MoreFirst steps with PostgreSQL + Django + South...
Read Morehow to change the order of south migrations...
Read MoreWhat is a Django South GhostMigrations exception and how do you debug it?...
Read Moredjango south is changing my boolean data on init...
Read More