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:01:11 -0500 |
| commit | f787aaeb262b72b9a7144d2420a2dc82c9d6e033 (patch) | |
| tree | 648b992f52b92b6b54935b3bfd14c99cb6691d59 | |
| parent | 3144785ebf9fdc19639ef3d35267283f5c2f321a (diff) | |
[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 bc6eaca304751adbd844b75a66b7d08f05853717 from master
| -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 0dfacbeb02..dd3ea36bd4 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -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 ------------------------------- |
