Re: Django 1.11 and PostgreSQL 10 compatibility

2017-10-26 Thread Fabio C. Barrionuevo da Luz
Psycopg 2.7.3.2 was released with Postgresql 10 support http://initd.org/psycopg/articles/2017/10/24/psycopg-2732-released/ 2017-10-22 3:54 GMT-03:00 Edandweb : > Thanks > > On Thursday, 19 October 2017 12:27:50 UTC+3, Edandweb wrote: >> >> Hi, >> >> I am developing a

Re: Django 1.11 and PostgreSQL 10 compatibility

2017-10-22 Thread Edandweb
Thanks On Thursday, 19 October 2017 12:27:50 UTC+3, Edandweb wrote: > > Hi, > > I am developing a new application in Python and Django, for the database > we want to use the last version of PostgreSQL v10. > The django Documentation says in >

Re: Django 1.11 and PostgreSQL 10 compatibility

2017-10-19 Thread Carlos Augusto Machado
Hi, You can use 9.4, 9.5 and 10. Em qui, 19 de out de 2017 07:27, Edandweb escreveu: > Hi, > > I am developing a new application in Python and Django, for the database > we want to use the last version of PostgreSQL v10. > The django Documentation says in >

Re: Django 1.11 and PostgreSQL 10 compatibility

2017-10-19 Thread Antonis Christofides
Hello, It means exactly what it says: 9.3 or higher. "Higher" can mean 9.4, 9.5, 10, etc. Regards, Antonis Antonis Christofides http://djangodeployment.com On 2017-10-19 11:27, Edandweb wrote: > Hi, > > I am developing a new application in Python and Django, for the database we > want to

Django 1.11 and PostgreSQL 10 compatibility

2017-10-19 Thread Edandweb
Hi, I am developing a new application in Python, Django and for the database we'll use PostgreSQL. In the Django documentation, https://docs.djangoproject.com/en/1.11/ref/databases/#postgresql-notes : Django supports PostgreSQL 9.3 and higher. psycopg2 2.5.4 or

Django 1.11 and PostgreSQL 10 compatibility

2017-10-19 Thread Edandweb
Hi, I am developing a new application in Python and Django, for the database we want to use the last version of PostgreSQL v10. The django Documentation says in https://docs.djangoproject.com/en/1.11/ref/databases/#postgresql-notes: *Django supports PostgreSQL 9.3 and higher. psycopg2