Browse Source

Dropped support for Oracle 11.1.

Tim Graham 9 years ago
parent
commit
d074926ca1
3 changed files with 8 additions and 2 deletions
  1. 1 1
      docs/ref/contrib/gis/install/index.txt
  2. 1 1
      docs/ref/databases.txt
  3. 6 0
      docs/releases/1.9.txt

+ 1 - 1
docs/ref/contrib/gis/install/index.txt

@@ -60,7 +60,7 @@ Database            Library Requirements            Supported Versions  Notes
 ==================  ==============================  ==================  =========================================
 PostgreSQL          GEOS, PROJ.4, PostGIS           9.1+                Requires PostGIS.
 MySQL               GEOS                            5.5+                Not OGC-compliant; :ref:`limited functionality <mysql-spatial-limitations>`.
-Oracle              GEOS                            11.1+               XE not supported.
+Oracle              GEOS                            11.2+               XE not supported.
 SQLite              GEOS, GDAL, PROJ.4, SpatiaLite  3.6.+               Requires SpatiaLite 2.3+, pysqlite2 2.5+
 ==================  ==============================  ==================  =========================================
 

+ 1 - 1
docs/ref/databases.txt

@@ -709,7 +709,7 @@ rather than a list. SQLite does not support this.
 Oracle notes
 ============
 
-Django supports `Oracle Database Server`_ versions 11.1 and higher. Version
+Django supports `Oracle Database Server`_ versions 11.2 and higher. Version
 4.3.1 or higher of the `cx_Oracle`_ Python driver is required, although we
 recommend version 5.1.3 or later as these versions support Python 3.
 

+ 6 - 0
docs/releases/1.9.txt

@@ -776,6 +776,12 @@ Dropped support for PostgreSQL 9.0
 Upstream support for PostgreSQL 9.0 ended in September 2015. As a consequence,
 Django 1.9 sets 9.1 as the minimum PostgreSQL version it officially supports.
 
+Dropped support for Oracle 11.1
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Upstream support for Oracle 11.1 ended in August 2015. As a consequence, Django
+1.9 sets 11.2 as the minimum Oracle version it officially supports.
+
 Bulk behavior of ``add()`` method of related managers
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~