Search code examples
how Update column data type in Django...


djangodjango-south

Read More
Django model renaming...


djangodjango-south

Read More
How to call a static methods on a django model class during a south migration...


pythondjangodjango-south

Read More
Django South: How to use with multiple installs of codebase and one central database?...


pythondjangodjango-south

Read More
Migrating Built-in Django Models When Upgrading...


djangodjango-modelsupgradedata-migrationdjango-south

Read More
Benefits To Storing Django With App Code In Version Control...


djangoversion-controldjango-modelsupgradedjango-south

Read More
Django Data Migration, using South with Inheritance...


pythondjangodjango-modelsdatabase-migrationdjango-south

Read More
Why does South decide to delete this m2m table?...


djangodjango-south

Read More
South django table already exists...


pythondjango-modelsdata-migrationdjango-south

Read More
How is one supposed to recover from a failed migration in South?...


djangodatabase-migrationdjango-south

Read More
Django South - turning a null=True field into a null=False field...


pythondjangodjango-modelsdjango-south

Read More
Django not finding apps in virtualenv when using manage.py syncdb...


djangovirtualenvdjango-southdjango-manage.py

Read More
ImportError: No module named modelsinspector...


pythondjangodjango-modelsdjango-south

Read More
django-south with django-audit-log...


pythondjangodjango-south

Read More
Django Testing - Problems with South and MySQL...


mysqldjangodjango-testingdjango-south

Read More
How do I change the choices in a Django model?...


pythondjangodjango-modelsmigrationdjango-south

Read More
How do you maintain user data when updating a Django site?...


pythonmysqldjango-southdjango-database

Read More
How would I use a South migration to load data into Django's auth_group table?...


pythondjangodjango-south

Read More
South django.db.utils.IntegrityError: django_content_type.name may not be NULL while running unit te...


pythondjangounit-testingnosedjango-south

Read More
Version controlled South migrations in virtualenv...


version-controlvirtualenvdata-migrationdjango-south

Read More
Loading a fixture before a south migration run...


djangounit-testingfixturesdjango-south

Read More
Changing the encoding of a table with django+south migrations using --auto...


pythondjangodjango-south

Read More
South's syncdb/migrate creates pages of output?...


pythondjangodjango-south

Read More
South does not recognize models when it is a package...


djangodjango-modelsdjango-south

Read More
Extending South Introspection in Django...


djangodjango-south

Read More
Changing the encoding of a table with django+south migrations...


pythondjangodjango-south

Read More
Django migrations--is it possible to use South in the middle of the project?...


pythonmysqldatabasedjangodjango-south

Read More
Django 1.2 + South 0.7 + django-annoying's AutoOneToOneField leads to TypeError: 'LegacyConn...


pythondjangodjango-modelsdjango-south

Read More
django + south + python: strange behavior when using a text string received as a parameter in a func...


pythondjangostringdjango-south

Read More
Django South Foreign Keys referring to pks with Custom Fields...


djangodjango-south

Read More
BackNext