summaryrefslogtreecommitdiff
path: root/docs/ref/models/options.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-05-27 19:59:49 +0200
committerGitHub <noreply@github.com>2019-05-27 19:59:49 +0200
commitb6c4766f53cf00bcf63cc2aa8be977c8589d083e (patch)
tree7433fc163e14691496f4014ce7d27a2a11d43a31 /docs/ref/models/options.txt
parent5ec44973dc2add8ced1ba50659344b52cec845e5 (diff)
Refs #29548 -- Updated docs for MariaDB support.
Diffstat (limited to 'docs/ref/models/options.txt')
-rw-r--r--docs/ref/models/options.txt2
1 files changed, 1 insertions, 1 deletions
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