Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-migrations

MakeMigration Error on Django - ImportError: cannot import name 'FieldDoesNotExist' from 'django.db.models'

Default value for foreign key in Django migrations.AddField

Is it OK to print to stdout or stderr in Django data migrations? If so, how?

Fix Conflicting migrations detected in Django1.9

Django proxy model to different database

How to execute code on post_migrate signal in Django?

Django datetime default value in migrations

Django 1.7 blank CharField/TextField convention

django.core.exceptions.FieldDoesNotExist: model has no field named <function SET_NULL at 0x7fc5ae8836e0>

Python 2 -> 3 Django migration causes field parameter type change

Do django db_index migrations run concurrently?

django: exclude models from migrations

Models inside tests - Django 1.7 issue

How can I send signals from within Django migrations?

Getting a "The following content types are stale and need to be deleted" when trying to do a migrate. What does this mean, and how can I solve it?

Django migrate and makemigrate automatic yes on prompt

django django-migrations

Django 1.8 Migrations. Adding DateTimeField after db creation. Best practices?

Remove app with Django 1.7 migrations

django django-migrations

Django makemigrations not detecting project/apps/myapp

Creating Partial Indexes with Django 1.7