From fcaf2e135dbe9a2c31d54045d665fd1dfcfa8d5e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 16 Feb 2015 14:22:22 -0500 Subject: [1.7.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/databases.txt') diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index ddf9a26052..29526a3e7a 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -96,6 +96,11 @@ PostgreSQL notes Django supports PostgreSQL 8.4 and 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