Search code examples
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
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
column <column> does not exist (Django 1.8)...

pythondjangopostgresqldjango-modelsdjango-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
Django manage.py: Migration applied before its dependency...

djangodjango-admindjango-migrationsdjango-manage.py

Read More
line 158, in get_app_config return self.app_configs[app_label] KeyError: 'account'...

pythondjangodjango-modelsdjango-migrations

Read More
Why there is need to push django migrations to version control system...

pythondjangomigrationdjango-migrations

Read More
django makemigrations ModuleNotFoundError: No module named 'django.Falsedb'...

djangodjango-migrationsdjango-crispy-formsmodulenotfounderrordjango-bootstrap5

Read More
Missing Environment Vars in docker python:3 with docker-compose...

pythondjangodockerdocker-composedjango-migrations

Read More
BackNext