mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #36671 -- Dropped support for SQLite < 3.37.
This commit is contained in:
@@ -325,6 +325,8 @@ Miscellaneous
|
||||
* :class:`~django.contrib.contenttypes.fields.GenericForeignKey` now uses a
|
||||
separate descriptor class: the private ``GenericForeignKeyDescriptor``.
|
||||
|
||||
* The minimum supported version of SQLite is increased from 3.31.0 to 3.37.0.
|
||||
|
||||
.. _deprecated-features-6.1:
|
||||
|
||||
Features deprecated in 6.1
|
||||
|
||||
Reference in New Issue
Block a user