1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

Refs #29548 -- Updated docs for MariaDB support.

This commit is contained in:
Mariusz Felisiak
2019-05-27 19:59:49 +02:00
committed by GitHub
parent 5ec44973dc
commit b6c4766f53
10 changed files with 33 additions and 13 deletions

View File

@@ -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