Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

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?

Do django db_index migrations run concurrently?

Django syncdb and migrate

django django-south syncdb

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

python django django-south

Django South Error: "there is no enabled application matching 'myapp'"

python django django-south

What is the difference between south migrations and django migrations?

Can not create South database models in Django 1.7

South migrate error: name 'UUID' is not defined

django django-south

What value do I use for _ptr when migrating reparented classes with South?

django-south