mirror of
https://github.com/django/django.git
synced 2025-05-07 23:46:30 +00:00
Noted that JSON1 extension is enabled by default on SQLite 3.38+.
This commit is contained in:
parent
e580b891cb
commit
18dd184ef0
@ -853,6 +853,10 @@ raised.
|
|||||||
To enable the JSON1 extension you can follow the instruction on
|
To enable the JSON1 extension you can follow the instruction on
|
||||||
`the wiki page`_.
|
`the wiki page`_.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
The JSON1 extension is enabled by default on SQLite 3.38+.
|
||||||
|
|
||||||
.. _JSON1 extension: https://www.sqlite.org/json1.html
|
.. _JSON1 extension: https://www.sqlite.org/json1.html
|
||||||
.. _the wiki page: https://code.djangoproject.com/wiki/JSON1Extension
|
.. _the wiki page: https://code.djangoproject.com/wiki/JSON1Extension
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user