Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

Django-reversion and south compatibility

Maintaining South migrations on Django forks

Django database hung in migration

django django-south

How to unit test a Django South "datamigration"

Using Django South to move from concrete inheritance to abstract inheritance

Django south - how to abandon a mistaken (and broken) migration

django django-south

How do I change the choices in a Django model?

django and south migration with conflicts (0007_two ... and 0007_one) how to solve?

django-south migration order

"cannot be cast to type integer" error

How to fix Django South issue with regards to localflavor in Django 1.5?

Do I need to call syncdb before or after South migrate

South: Unknown command 'migrate'

django south migration, doesnt set default

python django django-south

Deploying a (single node) Django Web application with virtually zero downtime on EC2

What does a South datamigration do compared to a schemamigration?

django django-south

Django South migration not working with null = True and blank = True

django django-south

django loading data from fixture after backward migration / loaddata is using model schema not database schema

django django-south

How do I create a new database for an existing App using Django South and set default values?

Adding Autoincrement field to existing model with Django South?