Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Migrations

Why Genericrelation Fields Does Not Work In Data Migrations(django)

I want to make data migration in order to add user read post in database. There is such code: def u… Read more Why Genericrelation Fields Does Not Work In Data Migrations(django)

Trying To Migrate In Django 1.9 -- Strange Sql Error "django.db.utils.operationalerror: Near ")": Syntax Error"

I don't have a clue what's causing this error. It appears to be a bug that there isn't… Read more Trying To Migrate In Django 1.9 -- Strange Sql Error "django.db.utils.operationalerror: Near ")": Syntax Error"