Search code examples
Django 1.8 migrate: django_content_type does not exist...


djangopython-2.7django-1.7django-migrationsdjango-1.8

Read More
How to reset migrations in Django 1.7...


djangomigrationdjango-southdjango-migrations

Read More
Django migrations deployment strategy with AWS ECS Fargate?...


djangoamazon-ecsaws-fargatedjango-migrations

Read More
How to make your custom django migrations reversible?...


djangomigrationdatabase-migrationdjango-migrations

Read More
psycopg2.errors.UndefinedTable: relation "mydjangoapp_mymodel" does not exist...


pythondjangodjango-migrations

Read More
Django: OperationalError No Such Table...


pythonpython-3.xdjangodjango-cmsdjango-migrations

Read More
Django: python manage.py migrate does nothing at all...


pythondjangodjango-migrations

Read More
How to delete django migrations after squashing them?...


djangomigrationdjango-migrationssquash

Read More
Django - makemigrations - No changes detected...


pythondjangodjango-migrations

Read More
How do I execute raw SQL in a django migration...


djangopostgresqldatabase-partitioningdjango-migrations

Read More
How to refactor a couple of fields from one model to another with FK relation...


djangodjango-modelsdjango-migrations

Read More
Django Installable App. Abstract class with dependencies on it's implementation...


pythondjangodjango-modelsdjango-ormdjango-migrations

Read More
Django "You have unapplied migrations". Which ones?...


djangodjango-migrations

Read More
How to recreate a deleted table with Django Migrations?...


pythondjangopostgresqldjango-modelsdjango-migrations

Read More
Can no longer drop database and reapply migrations in Django?...


djangodjango-modelsdjango-migrationsdjango-database

Read More
ValueError: Related model u'app.model' cannot be resolved...


djangodjango-modelsdjango-migrations

Read More
Renaming a Django superclass model and updating the subclass pointers correctly...


djangoinheritancedjango-migrations

Read More
Removing a non-nullable Django field with SeparateDatabaseAndState...


djangodjango-migrationsblue-green-deploymentsqlmigrations

Read More
Django 1.8 app mysteriously fails with initial migration due to errno: 150 "Foreign key constra...


pythonmysqldjangodatabasedjango-migrations

Read More
django: migration x in app x has no Migration class...


pythondjangopostgresqldjango-migrations

Read More
Django OperationalError (1142, REFERENCES command denied to user) during migration...


mysqldjangodjango-migrations

Read More
The issue is i am not able to migrate the changes to the db and not able to make migrations as well...


pythondjango-modelsdjango-rest-frameworkdjango-migrations

Read More
Django Programming error column does not exist even after running migrations...


djangodjango-migrations

Read More
InvalidBasesError: Cannot resolve bases for [<ModelState: 'users.GroupProxy'>]...


pythondjangounit-testingdjango-modelsdjango-migrations

Read More
Change generated model name without deleting model django...


pythondjangodjango-modelsdjango-migrations

Read More
Django Sites Framework: Initial Data Migration Location...


django-fixturesdjango-sitesdjango-migrations

Read More
Add integer primary_key in production...


djangoprimary-keydjango-migrations

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


mysqldjangodjango-modelsdatabase-migrationdjango-migrations

Read More
django.db.utils.IntegrityError: column "venue_city" contains null values...


sqldjangopostgresqldjango-modelsdjango-migrations

Read More
makemigrations in Django (under docker-compose) doesn't stored files of migrations, but performs...


djangodocker-composedjango-migrations

Read More
BackNext