Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

Loading a fixture before a south migration run

Deploying Django App stack that's been developed using South?

Use django-taggit within south data migration?

How should I be setting SOUTH_DATABASE_ADAPTERS for my Django app that uses South?

django django-south

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

Django + South - migration can't cast the column type - wants me to use "USING"

How do you freeze an unfrozen model so you can continue to use South?

django django-south

What does "Migrating a Django application" mean?

How do I "unconvert" an app from South (Django)?

django django-south

How to merge multiple django south migrations into one migration

django-south

Efficient data migration on a large django table

Adding a non-null ForeignKey field in Django+South

django django-south

Running South migrations for all apps

Java equivalent for database schema changes like South for Django?

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

Custom user models and South

django django-south

Django south circular dependency

How to add one to one relation field in a existing model through South migration

django django-south

How to reset south migrations to capture the current state of my django models

django django-south

Django South - How do I reset migration history and start clean on Django app

python django django-south