From fb9551189da7d0462633b7f2520daa95f80b2a09 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 16 Feb 2015 14:22:22 -0500 Subject: [1.8.x] Fixed #24350 -- Freshened up database install topic section. Backport of 35f0cae19de226d9d7771304fc8dd2619e644998 from master --- docs/ref/databases.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index ae2f7bc310..ae4c588788 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -95,6 +95,11 @@ PostgreSQL notes Django supports PostgreSQL 9.0 and higher. It requires the use of Psycopg2 2.0.9 or higher. +If you're on Windows, check out the unofficial `compiled Windows version`_ +of psycopg2. + +.. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/ + PostgreSQL connection settings ------------------------------- -- cgit v1.3