diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-16 14:22:22 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-16 14:56:38 -0500 |
| commit | 35f0cae19de226d9d7771304fc8dd2619e644998 (patch) | |
| tree | 60c3e85f7f3dccd25d6125986ca586648c1144a0 /docs/ref | |
| parent | 4538cbf17d4391cda22d76bc6ac69f228f7400f2 (diff) | |
Fixed #24350 -- Freshened up database install topic section.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/databases.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index ae2f7bc310..ae4c588788 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -95,6 +95,11 @@ PostgreSQL notes Django supports PostgreSQL 9.0 and higher. It requires the use of Psycopg2 2.0.9 or higher. +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 ------------------------------- |
