Search code examples
How to define default data for Django Models?...


djangodjango-modelsdjango-ormdjango-migrations

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


pythondjangopostgresqldjango-modelsdjango-migrations

Read More
How to order migration files across different apps in django?...


pythondjangodjango-migrations

Read More
Why is Django migrate command not creating tables in database for specific app?...


pythondjangodjango-modelsdjango-migrationsdjango-tenants

Read More
Django 1.8 migrate: django_content_type does not exist...


djangopython-2.7django-1.7django-migrationsdjango-1.8

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
How to delete django migrations after squashing them?...


djangomigrationdjango-migrationssquash

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
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
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
ImportError: cannot import name 'Random' from 'django.db.models.functions'...


pythondjangodjango-modelsdjango-migrationsdjango-filter

Read More
ValueError: Dependency on app with no migrations: customuser...


pythondjangopython-3.xdjango-migrationsunhandled-exception

Read More
BackNext