From 84283ab9cdf20178dabc5a0c06f42a6c3b3801c6 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 29 Jan 2021 07:03:40 +0100 Subject: Fixed #32390 -- Dropped support for Oracle 12.2 and 18c. --- docs/ref/contrib/gis/install/index.txt | 2 +- docs/ref/databases.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index cc72a8dc2b..56b5799891 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, PostGIS 10+ Requires PostGIS. MySQL GEOS, GDAL 5.7+ :ref:`Limited functionality `. -Oracle GEOS, GDAL 12.2+ XE not supported. +Oracle GEOS, GDAL 19+ XE not supported. SQLite GEOS, GDAL, PROJ, SpatiaLite 3.9.0+ Requires SpatiaLite 4.3+ ================== ============================== ================== ========================================= diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index b9a82140a0..04f420984c 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -842,8 +842,8 @@ To enable the JSON1 extension you can follow the instruction on Oracle notes ============ -Django supports `Oracle Database Server`_ versions 12.2 and higher. Version -6.0 or higher of the `cx_Oracle`_ Python driver is required. +Django supports `Oracle Database Server`_ versions 19c and higher. Version 6.0 +or higher of the `cx_Oracle`_ Python driver is required. .. _`Oracle Database Server`: https://www.oracle.com/ .. _`cx_Oracle`: https://oracle.github.io/python-cx_Oracle/ -- cgit v1.3