Forums

Postgresql version issue

HI, I have PostgreSQL version(9.4) issue i have facing issue in adding value in ManyToManyField due to PostgreSQL version i have resolved the same issue on my local by upgrading the PostgreSQL Any help in this please

hmm- what is the exact issue? while we currently do not have a way to upgrade postgres, we will be deploying a way to do that soon (hopefully next week)

It's an old post but I have the same issue (also mentioned this in another related post).

As to the exact issue of the original poster I think it has to do with Django 3. Django 3 (current Django support versions are 3.2 and up) only supports Postgresql 6.5 and up. With Postgresql 6.4 Django 3 will give sql syntax errors for many to many relationships in the ORM.

Thanks for the comment, @dmenis. If anyone needs their postgres upgraded, please contact us directly via email at support@pythonanywhere.com.