summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-02-16 14:22:22 -0500
committerTim Graham <timograham@gmail.com>2015-02-16 14:59:57 -0500
commitfb9551189da7d0462633b7f2520daa95f80b2a09 (patch)
treeabc77713f0c9de19dab2cbe167b43b0193e6b0d2 /docs/ref
parent77e3f7dd586908b6c78d9718bbea65846e20e180 (diff)
[1.8.x] Fixed #24350 -- Freshened up database install topic section.
Backport of 35f0cae19de226d9d7771304fc8dd2619e644998 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/databases.txt5
1 files changed, 5 insertions, 0 deletions
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
-------------------------------