diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-10 09:59:23 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-10 10:00:48 -0500 |
| commit | 1ee25a9c67bc429d96030c913877dd5d5258cd1b (patch) | |
| tree | 61d94b82d5758adbfc586cacc63d513062d9d214 /docs/ref | |
| parent | 8db5122d6937bfcaf9a5894ba8f329d2a4424ca5 (diff) | |
[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
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/databases.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index c0dbdad05e..fd2a17810c 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 ------------------------------- |
