[Django]-Django 2.0.7 – Syntax Error while doing Rename Field migration

6πŸ‘

βœ…

I got the same error message after switching to Django 2.1, updating my Postgres version fixed this for me. But there was a drop of support in the 2.1 release
https://docs.djangoproject.com/en/2.1/releases/2.1/#dropped-support-for-postgresql-9-3

πŸ‘€flo

3πŸ‘

I think it’s a django bug.
In my case, downgrading to version 2.0 worked. Bests. JosΓ©

πŸ‘€JosΓ©

0πŸ‘

The bug is for django version greater than 2.0.Downgrading the django version to 2.0 and Postgres version same as 9.3 worked for me.

Leave a comment