Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

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

Programmatically check whether there are django south migrations that need to be deployed

Django: models aren't being recognized by syncDB or south after they have been refactored into separate files

Django south: Re-run first migration

Migrate data from one Model to another with Django South

How do I remove south from a django project

python django django-south

Django Model Choices

django django-south

How can i get my south migrations to work?

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