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Γ©
- [Django]-Issue with returning Cyrillic symbols from MSSQL via unixODBC and FreeTDS
- [Django]-Django: is importing a view from a module slower than including it in the main views.py file?
- [Django]-Maximum recursion depth exceeded on logout(request)
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.
π€Lavita Talukdar
- [Django]-Using Python 3.7 on Pycharm gives me: "Error: Django is not importable in this environment"
- [Django]-IF statement not working with list difference
- [Django]-How to set cookie for many views?
- [Django]-Implementing a SOA in Django using celery
- [Django]-Framework/Language for new web 2.0 sites (2008 and 2009)
Source:stackexchange.com