Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

Fixtures in Django testing with South / Selenium

Django: How to disable Database status check at startup?

Django 1.3 and South migrations

What is the recommended way to run South migrations before Django 1.7 migrations?

contenttypes.contenttype not available in this migration

South, how to migrate from CharField to ForeignKey?

Django & South: Custom field methods are not executed when doing obj.save() in a data migration

Consolidating Django South Migrations

Changing the encoding of a table with django+south migrations

python django django-south

Why is django-south not included in django.contrib? [duplicate]

Adding Simple Custom Field to Django -- How to Write South Introspection Rules

Upgrading from Django 1.6 to 1.9: python manage.py migrate failure

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

Django South - turning a null=True field into a null=False field

Renaming a django model class-name and corresponding foreign keys with south, without loosing the data

Django-South DataMigration - App available in forwards() but not backwards()?

Pesky "Table 'my_table' already exists" in Django-South

django django-south

Django model - changing options in a choices field and migrate

Can't perform data migrations using django 1.5 Custom user class

Django South data migration is running twice

django django-south