Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

How to migrate with south when using 'through' for a ManyToMany field?

python django django-south

south django migrate

django django-south

Does Django's south (migration tool) work for innodb?

python django django-south

Forward class declaration in Python

Django migrations--is it possible to use South in the middle of the project?

Should I keep my South migrations in version control?

Django's Core Migrate Tool vs South for Django Data Migrations

Django migrations/South: New column take default value another value from the same record

django-south with django-audit-log

python django django-south

Django migration stuck

Django and South: using south makes syncdb show myapp as 'not synced (use migrations)'

django django-south

How can I load fixtures with circular foreign keys in django?

django django-south

Problems installing South with Django (south_migrationhistory tables do not get created)

Testing south migrations in Django

django django-south

Fixtures in Django testing with South / Selenium

Django: How to disable Database status check at startup?

Django 1.3 and South migrations

What is the recommended way to run South migrations before Django 1.7 migrations?