diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-16 14:22:22 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-16 15:00:00 -0500 |
| commit | fcaf2e135dbe9a2c31d54045d665fd1dfcfa8d5e (patch) | |
| tree | 41373294c30dc134ffafbe312bdd82f08f32b617 /docs/ref/databases.txt | |
| parent | e38499123278b75f9cfd0348a5d125336dab3fa5 (diff) | |
[1.7.x] Fixed #24350 -- Freshened up database install topic section.
Backport of 35f0cae19de226d9d7771304fc8dd2619e644998 from master
Diffstat (limited to 'docs/ref/databases.txt')
| -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 ddf9a26052..29526a3e7a 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -96,6 +96,11 @@ PostgreSQL notes Django supports PostgreSQL 8.4 and 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 ------------------------------- |
