From 21bb71ef0dcb86798edb0d8b21138bcc4b947590 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 6 Feb 2019 19:25:04 +0100 Subject: Fixed #30157 -- Dropped support for Oracle 12.1. Thanks Tim Graham for the review. --- docs/ref/contrib/gis/install/index.txt | 2 +- docs/ref/databases.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index be4f036d40..7adf85c8ce 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -60,7 +60,7 @@ Database Library Requirements Supported Versions Notes ================== ============================== ================== ========================================= PostgreSQL GEOS, GDAL, PROJ.4, PostGIS 9.5+ Requires PostGIS. MySQL GEOS, GDAL 5.6+ Not OGC-compliant; :ref:`limited functionality `. -Oracle GEOS, GDAL 12.1+ XE not supported. +Oracle GEOS, GDAL 12.2+ XE not supported. SQLite GEOS, GDAL, PROJ.4, SpatiaLite 3.8.3+ Requires SpatiaLite 4.3+ ================== ============================== ================== ========================================= diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index d8f0257617..97e354fad9 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -730,7 +730,7 @@ iterator. Your code must handle this. Oracle notes ============ -Django supports `Oracle Database Server`_ versions 12.1 and higher. Version +Django supports `Oracle Database Server`_ versions 12.2 and higher. Version 6.0 or higher of the `cx_Oracle`_ Python driver is required. .. _`Oracle Database Server`: https://www.oracle.com/ -- cgit v1.3