From b6c4766f53cf00bcf63cc2aa8be977c8589d083e Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 27 May 2019 19:59:49 +0200 Subject: Refs #29548 -- Updated docs for MariaDB support. --- docs/ref/models/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt index 6a50da5184..e09547ec23 100644 --- a/docs/ref/models/options.txt +++ b/docs/ref/models/options.txt @@ -72,7 +72,7 @@ If your database table name is an SQL reserved word, or contains characters that aren't allowed in Python variable names -- notably, the hyphen -- that's OK. Django quotes column and table names behind the scenes. -.. admonition:: Use lowercase table names for MySQL +.. admonition:: Use lowercase table names for MariaDB and MySQL It is strongly advised that you use lowercase table names when you override the table name via ``db_table``, particularly if you are using the MySQL -- cgit v1.3