summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2011-06-16 20:05:25 +0000
committerRamiro Morales <cramm0@gmail.com>2011-06-16 20:05:25 +0000
commitb870bf6b9a4ac44331e97bce8b95cc44447580fa (patch)
tree81021c0041fe258e8d682cb0c4353aee26bce314 /docs/ref/databases.txt
parentb2f5efc6ac59e3341b2d617510137707f214e18f (diff)
Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16423 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt16
1 files changed, 2 insertions, 14 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 8d8e1e8154..2f55b9c8c6 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -16,21 +16,9 @@ documentation or reference manuals.
PostgreSQL notes
================
-.. versionchanged:: 1.3
+.. versionchanged:: 1.4
-Django supports PostgreSQL 8.0 and higher. If you want to use
-:ref:`database-level autocommit <postgresql-autocommit-mode>`, a
-minimum version of PostgreSQL 8.2 is required.
-
-.. admonition:: Improvements in recent PostgreSQL versions
-
- PostgreSQL 8.0 and 8.1 `will soon reach end-of-life`_; there have
- also been a number of significant performance improvements added
- in recent PostgreSQL versions. Although PostgreSQL 8.0 is the minimum
- supported version, you would be well advised to use a more recent
- version if at all possible.
-
-.. _will soon reach end-of-life: http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
+Django supports PostgreSQL 8.2 and higher.
PostgreSQL 8.2 to 8.2.4
-----------------------