Fixed #24350 -- Freshened up database install topic section.

This commit is contained in:
Tim Graham 2015-02-16 14:22:22 -05:00
parent 4538cbf17d
commit 35f0cae19d
2 changed files with 13 additions and 18 deletions

View file

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