summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-11-10 09:59:23 -0500
committerTim Graham <timograham@gmail.com>2015-11-10 09:59:23 -0500
commitbc6eaca304751adbd844b75a66b7d08f05853717 (patch)
treec2e0b60344cf7f03875d4e9ca97da314e240d0dd /docs/ref
parent2085d8d5bc2625076983d3be14b30ea684c3f0d5 (diff)
Removed obsolete note about installing psycopg2 on Windows.
psycopg2 now publishes binary wheel files for Windows so you can install it using pip.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/databases.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 32749a0c6c..6c65b9a284 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -97,11 +97,6 @@ Django supports PostgreSQL 9.1 and higher. It requires the use of `psycopg2`_
.. _psycopg2: http://initd.org/psycopg/
-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
-------------------------------