mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #23145 -- Dropped support for Oracle < 11.1
This commit is contained in:
parent
a2479f46f3
commit
8f9d6e83a0
4 changed files with 13 additions and 29 deletions
|
@ -63,7 +63,7 @@ Database Library Requirements Supported Versions Notes
|
|||
================== ============================== ================== =========================================
|
||||
PostgreSQL GEOS, PROJ.4, PostGIS 9.0+ Requires PostGIS.
|
||||
MySQL GEOS 5.x Not OGC-compliant; :ref:`limited functionality <mysql-spatial-limitations>`.
|
||||
Oracle GEOS 10.2, 11 XE not supported; not tested with 9.
|
||||
Oracle GEOS 11.1+ XE not supported.
|
||||
SQLite GEOS, GDAL, PROJ.4, SpatiaLite 3.6.+ Requires SpatiaLite 2.3+, pysqlite2 2.5+
|
||||
================== ============================== ================== =========================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue