Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

manage.py loaddata hangs when loading to remote postgres

python django django-south

How to rename a foreign key in django-south, the right way

django django-south

Moving data from one django model to another (django+south) on a living app

django django-south

django-taggit-autocomplete and south

How do I mock a custom field that is deleted so that south migrations run?

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?