New posts in django-south

-bash: ./manage.py: Permission denied

What is the best approach to change primary keys in an existing Django app?

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

Django 1.8 - what's the difference between migrate and makemigrations?

Can you migrate backwards to before the first migration in South?

django no such table:

migrating django-model field-name change without losing data

Adding new custom permissions in Django

How to reset migrations in Django 1.7

Why don't my south migrations work?

django 1.7 migrate gets error "table already exists"

How do I migrate a model out of one django app and into a new one?

Easiest way to rename a model using Django/South?

What's the recommended approach to resetting migration history using Django South?

Django South - table already exists

Django - How to rename a model field using South?

Backwards migration with Django South