Is postgres 14 compatible with Django3.2.3 and Django framework 3.12.4?

Viewed 587

I am using the following versions as of now

  • Django Rest Framework is 3.12.4
  • Python version is 3.9
  • Django version is 3.2.3
  • PostgreSQL 13.5

Is postgres 14 compatible with the above versions? I need to upgrade postgres to 14.

[Edit] Sorry had to remove the link to avoid confusion

thanks!

1 Answers

I checked and Postgress 14.2 is compatible with the following

  • Django Rest Framework 3.12.4
  • Python version 3.9
  • Django version 3.2.3
  • Psycopg 2.8.6
Related