Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-migrations

Why are my Django migrations loading my urls.py?

django.db.utils.OperationalError: cannot ALTER TABLE "forum_thread" because it has pending trigger events

How to convert django model to abstract model if it already has related classes

Django: How to migrate from ManyToMany to ForeignKey?

Provide a default for ForeignKey field on existing entries in Django

Django makemigrations app order

django django-migrations

How to get a name of last migration programmatically?

django.db.utils.OperationalError: near "[]": syntax error

django django-migrations

right way to create a django data migration that creates a group?

django django-migrations

django.db.utils.IntegrityError: duplicate key value violates unique constraint "auth_permission_pkey"

Specify app dependency in migration

Rolling back to a previous migration in django

How to add a permission to a user/group during a django migration?

How to trace this? AttributeError: 'NoneType' object has no attribute 'is_relation' during makemigrations

How to run Django migrations in Google App Engine Flexible deployment step?

How to migrate django custom base64 field. Field does not exist

django django-migrations

How to see SQL query that caused error in Django migration?

Django data migration fails when running manage.py test, but not when running manage.py migrate

How to set default column value in the db using django 1.7.3/postgres migrations?

Django 2.1 how do I create a user in a migration

django django-migrations