diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2022-11-03 21:37:01 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-04 08:03:06 +0100 |
| commit | 18dd184ef0a490802b7c85bbf699010db7d0a628 (patch) | |
| tree | 9a01e088741976a7788661572897f10e948f9e9c /docs | |
| parent | e580b891cb5ae31eb0571c88428afb9bf69e47f2 (diff) | |
Noted that JSON1 extension is enabled by default on SQLite 3.38+.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/databases.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 4b86e24795..e718232079 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -853,6 +853,10 @@ raised. To enable the JSON1 extension you can follow the instruction on `the wiki page`_. +.. note:: + + The JSON1 extension is enabled by default on SQLite 3.38+. + .. _JSON1 extension: https://www.sqlite.org/json1.html .. _the wiki page: https://code.djangoproject.com/wiki/JSON1Extension |
