how Update column data type in Django...
Read MoreHow to call a static methods on a django model class during a south migration...
Read MoreDjango South: How to use with multiple installs of codebase and one central database?...
Read MoreMigrating Built-in Django Models When Upgrading...
Read MoreBenefits To Storing Django With App Code In Version Control...
Read MoreDjango Data Migration, using South with Inheritance...
Read MoreWhy does South decide to delete this m2m table?...
Read MoreSouth django table already exists...
Read MoreHow is one supposed to recover from a failed migration in South?...
Read MoreDjango South - turning a null=True field into a null=False field...
Read MoreDjango not finding apps in virtualenv when using manage.py syncdb...
Read MoreImportError: No module named modelsinspector...
Read Moredjango-south with django-audit-log...
Read MoreDjango Testing - Problems with South and MySQL...
Read MoreHow do I change the choices in a Django model?...
Read MoreHow do you maintain user data when updating a Django site?...
Read MoreHow would I use a South migration to load data into Django's auth_group table?...
Read MoreSouth django.db.utils.IntegrityError: django_content_type.name may not be NULL while running unit te...
Read MoreVersion controlled South migrations in virtualenv...
Read MoreLoading a fixture before a south migration run...
Read MoreChanging the encoding of a table with django+south migrations using --auto...
Read MoreSouth's syncdb/migrate creates pages of output?...
Read MoreSouth does not recognize models when it is a package...
Read MoreExtending South Introspection in Django...
Read MoreChanging the encoding of a table with django+south migrations...
Read MoreDjango migrations--is it possible to use South in the middle of the project?...
Read MoreDjango 1.2 + South 0.7 + django-annoying's AutoOneToOneField leads to TypeError: 'LegacyConn...
Read Moredjango + south + python: strange behavior when using a text string received as a parameter in a func...
Read MoreDjango South Foreign Keys referring to pks with Custom Fields...
Read More