diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-04-17 20:45:06 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-04-17 20:45:06 +0000 |
| commit | f8495d2371d78468b8424e300a88cb1e5c08c342 (patch) | |
| tree | 15ca2c707b3b16d7865e5d1cf67ef7eb0ea07189 /docs/topics | |
| parent | d78e08f4a0129adad0a9ee86d7af3d7203f5c564 (diff) | |
Fixed #15822 -- Removed references to the v1 postgresql backend (which has been removed). Thanks for the patch, aaugustin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/install.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 9bbb21491b..ffa445f358 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -92,9 +92,7 @@ support channels provided by each 3rd party project. In addition to a database backend, you'll need to make sure your Python database bindings are installed. -* If you're using PostgreSQL, you'll need the psycopg_ package. Django supports - both version 1 and 2. (When you configure Django's database layer, specify - either ``postgresql`` [for version 1] or ``postgresql_psycopg2`` [for version 2].) +* If you're using PostgreSQL, you'll need the ``postgresql_psycopg2`` package. You might want to refer to our :ref:`PostgreSQL notes <postgresql-notes>` for further technical details specific to this database. |
