1
0
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:
Mariusz Felisiak
2025-10-18 21:04:11 +02:00
committed by GitHub
parent 0c487aa3a7
commit d506e4a528
8 changed files with 16 additions and 27 deletions

View File

@@ -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