mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #35412 -- Dropped support for SQLite < 3.31.
This commit is contained in:
parent
8c257cecff
commit
85c154da2f
5 changed files with 12 additions and 13 deletions
|
@ -59,7 +59,7 @@ Database Library Requirements Supported Versions Notes
|
|||
PostgreSQL GEOS, GDAL, PROJ, PostGIS 13+ Requires PostGIS.
|
||||
MySQL GEOS, GDAL 8.0.11+ :ref:`Limited functionality <mysql-spatial-limitations>`.
|
||||
Oracle GEOS, GDAL 19+ XE not supported.
|
||||
SQLite GEOS, GDAL, PROJ, SpatiaLite 3.27.0+ Requires SpatiaLite 4.3+
|
||||
SQLite GEOS, GDAL, PROJ, SpatiaLite 3.31.0+ Requires SpatiaLite 4.3+
|
||||
================== ============================== ================== =========================================
|
||||
|
||||
See also `this comparison matrix`__ on the OSGeo Wiki for
|
||||
|
|
|
@ -812,7 +812,7 @@ appropriate typecasting.
|
|||
SQLite notes
|
||||
============
|
||||
|
||||
Django supports SQLite 3.27.0 and later.
|
||||
Django supports SQLite 3.31.0 and later.
|
||||
|
||||
SQLite_ provides an excellent development alternative for applications that
|
||||
are predominantly read-only or require a smaller installation footprint. As
|
||||
|
|
|
@ -419,6 +419,8 @@ Miscellaneous
|
|||
* The undocumented ``django.urls.converters.get_converter()`` function is
|
||||
removed.
|
||||
|
||||
* The minimum supported version of SQLite is increased from 3.27.0 to 3.31.0.
|
||||
|
||||
.. _deprecated-features-5.1:
|
||||
|
||||
Features deprecated in 5.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue