New posts in django-migrations

How would you create a 'manual' django migration?

"No installed app with label 'admin'" running Django migration. The app is installed correctly

How to redo a migration on django 1.8 after using --fake

ValueError: Dependency on app with no migrations: customuser

Django "You have unapplied migrations". Which ones?

Rerun a Django data migration

Django data migration when changing a field to ManyToMany

Can I use a database view as a model in Django?

Django migrations RunPython not able to call model methods

Django migration with uuid field generates duplicated values

Check for pending Django migrations

MySQL vs PostgreSQL? Which should I choose for my Django project?

How to reset migrations in Django 1.7

Django 1.8 Run a specific migration

Django no such table: django_site after deleting migrations and database

How to squash recent Django migrations?

Django Migrations Add Field with Default as Function of Model

django 1.7 migrate gets error "table already exists"

Django migrate --fake and --fake-initial explained

How to simplify migrations in Django 1.7?