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 2.5.4 or higher is required, though the latest release is recommended.
I am not sure to understand, it's just 9.3 and higher like 9.3.1 or 9.3.2 or 9.3.4 ... or can we use 9.4 and 9.5 ... ?
Thanks
-- 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 2.5.4 or higher is required, though the latest release is recommended.
I am not sure to understand, it's just 9.3 and higher like 9.3.1 or 9.3.2 or 9.3.4 ... or can we use 9.4 and 9.5 ... ?
Thanks
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/99f8fa1b-e892-4d72-93e6-afac2f54736b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment