mirror of
https://github.com/django/django.git
synced 2025-10-05 16:20:26 +00:00
Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.
This commit is contained in:
parent
0036bcdcb6
commit
95a101a690
6 changed files with 54 additions and 106 deletions
|
@ -61,7 +61,7 @@ Database Library Requirements Supported Versions Notes
|
|||
PostgreSQL GEOS, GDAL, PROJ, PostGIS 12+ Requires PostGIS.
|
||||
MySQL GEOS, GDAL 8+ :ref:`Limited functionality <mysql-spatial-limitations>`.
|
||||
Oracle GEOS, GDAL 19+ XE not supported.
|
||||
SQLite GEOS, GDAL, PROJ, SpatiaLite 3.9.0+ Requires SpatiaLite 4.3+
|
||||
SQLite GEOS, GDAL, PROJ, SpatiaLite 3.21.0+ Requires SpatiaLite 4.3+
|
||||
================== ============================== ================== =========================================
|
||||
|
||||
See also `this comparison matrix`__ on the OSGeo Wiki for
|
||||
|
|
|
@ -730,7 +730,7 @@ appropriate typecasting.
|
|||
SQLite notes
|
||||
============
|
||||
|
||||
Django supports SQLite 3.9.0 and later.
|
||||
Django supports SQLite 3.21.0 and later.
|
||||
|
||||
SQLite_ provides an excellent development alternative for applications that
|
||||
are predominantly read-only or require a smaller installation footprint. As
|
||||
|
|
|
@ -407,6 +407,8 @@ Miscellaneous
|
|||
* The ``is_summary`` argument of the undocumented ``Query.add_annotation()``
|
||||
method is removed.
|
||||
|
||||
* The minimum supported version of SQLite is increased from 3.9.0 to 3.21.0.
|
||||
|
||||
.. _deprecated-features-4.2:
|
||||
|
||||
Features deprecated in 4.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue