Commit f787aaeb authored by Tim Graham's avatar Tim Graham
Browse files

[1.8.x] Removed obsolete note about installing psycopg2 on Windows.

psycopg2 now publishes binary wheel files for Windows
so you can install it using pip.

Backport of bc6eaca3 from master
parent 3144785e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -97,11 +97,6 @@ Django supports PostgreSQL 9.0 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
-------------------------------