Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-migrations

Django 1.7 makemigrations renaming tables to None

OperationalError: no such table

How do I disable django migration debug logging?

Migration of Django field with default value to PostgreSQL database

How do I handle migrations as a Django package maintainer?

Django migrations reference a deleted module

Migration clashes with forms.py

Django model for a Postgres view

Django migration: making a row not primary key, getting "ProgrammingError: multiple default values"?

django django-migrations

Django 1.7 synchronize unmigrated apps

Why use apps.get_model() when creating a data migration?

Django abstract model + DB migrations: tests throw "cannot ALTER TABLE because it has pending trigger events"

KeyError: ('profiles', 'talk') - How do I resolve?

How to prevent Django 1.11 from creating migrations for unmanaged models?

How to create per-project initial_data fixtures in Django 1.7+

Data migration only executed for the first test

Removing a Django migration that depends on custom field from an old module