diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-02-06 19:25:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-06 19:25:04 +0100 |
| commit | 21bb71ef0dcb86798edb0d8b21138bcc4b947590 (patch) | |
| tree | 4cb610f1c9e05f39f140bc2faf31e0f10270b0e4 /docs/ref | |
| parent | 10b0fd15763a8f4ac08633f7b4c091d6340faf3a (diff) | |
Fixed #30157 -- Dropped support for Oracle 12.1.
Thanks Tim Graham for the review.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 | ||||
| -rw-r--r-- | docs/ref/databases.txt | 2 |
2 files changed, 2 insertions, 2 deletions
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 <mysql-spatial-limitations>`. -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/ |
