Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

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"