Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

Stuck in a django south migration - TransactionManagement error

Error With South When Running Unit Tests Using Nose

How to set primary key, then convert to autofield?

Is Django supposed to implement DB on_delete rules itself?

Renaming auth_user breaks migrations on fresh setup

django django-south

Cannot get django-activity-stream database tables installed

Default value of DateTimeField for South migration in Django project with activated timezone support

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