1
0
mirror of https://github.com/django/django.git synced 2025-03-29 18:50:46 +00:00

[1.9.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 bc6eaca304751adbd844b75a66b7d08f05853717 from master
This commit is contained in:
Tim Graham 2015-11-10 09:59:23 -05:00
parent 8db5122d69
commit 1ee25a9c67

@ -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
-------------------------------