Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

South with django 1.7

django django-south

Django South migration conflict while working in a team

What is the correct way to deal with DB migration while using South, Django and Git?

South migrate error - relation already exists

Pass South random unique default values when migrating

django django-south

South ignores change in field default value in Python / Django

python django django-south

Django-South introspection rule doesn't work

Adding South to Django project, development & production

south migration: DatabaseOperations has not attribute 'shorten_name'

How to disable south debug logging in django?

PyDev in Eclipse does not recognize db.add_column from South

Django South error with initial migration

Migrate Django model to unique_together constraint

How to rename a foreignkey field with South?

django django-south

There is no South database module 'south.db.postgresql_psycopg2' for your database django

Django South migration to different databases

django django-south

How do I access auth User's User.objects.create_user(...) in a south migration?

Can I combine schema and data (South) migrations into one?

django-south

Trouble getting Django set up on Heroku using South - keep getting ProgrammingError: relation does not exist

How do I exclude South migrations from Pylint?