mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
This commit is contained in:
parent
e64c1d8055
commit
74fd233b14
6 changed files with 12 additions and 8 deletions
|
@ -689,6 +689,8 @@ Miscellaneous
|
|||
Due to a ``python-memcached`` limitation, the previous behavior is kept for
|
||||
the deprecated ``MemcachedCache`` backend.
|
||||
|
||||
* The minimum supported version of SQLite is increased from 3.8.3 to 3.9.0.
|
||||
|
||||
.. _deprecated-features-3.2:
|
||||
|
||||
Features deprecated in 3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue