Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

Can't add a new field in migration: "column .. does not exist"

Django: Is there a way to retrieve ORM for past migration states?

python django orm django-south

Could Django project directory more simple structure with or without South?

South: Why creating a new empty migration when pulling in other developer's model changes?

django django-south

Django ForeignKey in abstract model class and multiple drived classes causes name clash

How to get Django South to migrate a field with changed max_length?

python django django-south

Version controlled South migrations in virtualenv

Changing DateField to DateTimeField in Django

django django-south

How to do a syncdb with django, when migrations are also involved

Django South - Creating initial migration for an app that has already populated tables

How big can I make email, first_name, last_name and username in auth.User?

Configuring django south with PostgreSQL

django django-south

Using django south with a different set of database credentials