Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

South won't generate or apply migrations for existing app, with changes to migrate

South does not recognize models when it is a package

Can stale content types be automatically deleted in Django?

django django-south

What migration order does South follow across different apps?

python django django-south

Django: migrate Table 'forum_user' already exists

django django-south migrate

South doesn't create default permissions on new models in time for latter migrations to use them

ManyToManyField and South migration

accessing model manager methods in datamigration

Using South to convert ForeignKey TO ManyToManyField not working out

Move Django model from one app to another [duplicate]

Django South migration error

django 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?