Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

UUID field added after data already in database. Is there any way to populate the UUID field for existing data?

django south fresh install --> error: unknown command 'schemamigration'

django django-south

Django South Error: AttributeError: 'DateTimeField' object has no attribute 'model'`

No Such Column Error in Django App After South Migration

django django-south

Why does Django South 1.0 use iteritems()?

Why does Django South require a default value when removing a field?

django django-south

reverse engineer mysql database to create django app

mysql django django-south

Manage.py : Unknown command: 'migrate'

django sqlite django-south

Workflow for Using Django South with Multiple Code Branches

django branch django-south

Migrating ManyToManyField to null true, blank true, isn't recognized

How to call a static methods on a django model class during a south migration

python django django-south

Django - South - Is There a way to view the SQL it runs?

Testing Django apps that use South migrations

Revert Django 1.7 RemoveField migration

Using south to refactor a Django model with inheritance

Renaming an app with Django and South

Migrating existing auth.User data to new Django 1.5 custom user model?

Currently using Django "Evolution", is "South" better and worth switching?

Error creating new content types. Please make sure contenttypes is migrated before trying to migrate apps individually

Disable Django South when running unit tests?