mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +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
|
@ -1199,7 +1199,7 @@ Python native format: dictionaries, lists, strings, numbers, booleans and
|
|||
``None``.
|
||||
|
||||
``JSONField`` is supported on MariaDB 10.2.7+, MySQL 5.7.8+, Oracle,
|
||||
PostgreSQL, and SQLite 3.9.0+ (with the :ref:`JSON1 extension enabled
|
||||
PostgreSQL, and SQLite (with the :ref:`JSON1 extension enabled
|
||||
<sqlite-json1>`).
|
||||
|
||||
.. attribute:: JSONField.encoder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue