From eb3699ea775548a22e0407ad12bf8cbdeaf95ff5 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 8 Jul 2022 13:30:12 +0200 Subject: Fixed #33718 -- Dropped support for MySQL 5.7. --- docs/ref/models/fields.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index da65c62766..384c5e50bf 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -1200,8 +1200,8 @@ A field for storing JSON encoded data. In Python the data is represented in its Python native format: dictionaries, lists, strings, numbers, booleans and ``None``. -``JSONField`` is supported on MariaDB, MySQL 5.7.8+, Oracle, PostgreSQL, and -SQLite (with the :ref:`JSON1 extension enabled `). +``JSONField`` is supported on MariaDB, MySQL, Oracle, PostgreSQL, and SQLite +(with the :ref:`JSON1 extension enabled `). .. attribute:: JSONField.encoder -- cgit v1.3