Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-migrations

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

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?