Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-migrations

Conditional Django migration based on a field only present in new version

Django 1.9 with CORS dumping data: "corsheaders_corsmodel" does not exist

Alter model to add "through" relationship to order a ManytoMany field - Django 1.7 migration modification

Error when reverting an auto-generated migration for renaming a table in Django

How to properly make migrations when adding a new unique field

django django-migrations

Error Using CheckConstraint in Model.Meta along with Django GenericForeignKey - Joined field references are not permitted in this query

Deleting unused Models, stale content types prompt

django django-migrations

django.db.migrations.exceptions.CircularDependencyError

Django backup strategy with dumpdata and migrations

django: migration x in app x has no Migration class

Querying django migrations table

Renaming a Django superclass model and updating the subclass pointers correctly

Django 1.7 makemigrations freezing/hanging

Why does Django drop the SQL DEFAULT constraint when adding a new column?

django: 'python manage.py migrate' taking hours (and other weird behavior)

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