Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

South - Not detecting changes to Django model

django django-south

Django south migration with --noinput does not remove contenttypes when renaming tables

South 0.8.3 upgrade causes DeserializationError

django django-south

How to migrate data from a field to another in a table using south

Django. Heroku. Delete migrations on Heroku

django heroku django-south

How to monkey patch south handled models from plugin?

South: how to revert migrations in production server?

South migration: delete all migration files (00*_*) and start from 0001, while keeping the original data

South django table already exists

Benefits To Storing Django With App Code In Version Control

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

On Heroku, is there danger in a Django syncdb / South migrate after the instance has already restarted with changed model code?

django heroku django-south

Migrating data from "Many-To-Many" to "Many-To-Many Through" in django

Upgrading from Django 1.6 (with south) to 1.8 doesn't modify 'last_login' on the user table

South + Django 1.4 Database error

South - How to force certain migration?

python django django-south

South migration error: NoMigrations exception for django.contrib.auth