All Іѕ Vаиітy
All Іѕ Vаиітy

Reputation: 26422

Django with PostgreSQL 10?

Does Django support PostgreSQL 10 at the moment? I tried to use pgadmin3 with the psql V10 and found, it breaks pdagmin3.

Somebody has opened a ticket on django project which may be in discussion.

Is there any known breaking changes in v10 compared to v9.6 for Django? (because it breaks in pgadmin3)?

let me know thanks.

Upvotes: 1

Views: 2262

Answers (1)

ofrommel
ofrommel

Reputation: 2177

Django supports PostgreSQL 10 with Psycopg 2.7.3.2

Upvotes: 1

Related Questions