summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-03-19 09:42:04 +0100
committerGitHub <noreply@github.com>2020-03-19 09:42:04 +0100
commit6e026aec5fe24ebded360fbc40cff51ccb1f3901 (patch)
tree6b4bba11c1d54944da566492243f5ac02d58bb10 /docs/ref
parentfc0fa72ff4cdbf5861a366e31cb8bbacd44da22d (diff)
Refs #29548 -- Mentioned MariaDB in database system checks.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 57c7b56fa9..5f9f9301ed 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -121,14 +121,14 @@ configured:
Database
--------
-MySQL
-~~~~~
+MySQL and MariaDB
+~~~~~~~~~~~~~~~~~
-If you're using MySQL, the following checks will be performed:
+If you're using MySQL or MariaDB, the following checks will be performed:
-* **mysql.E001**: MySQL does not allow unique ``CharField``\s to have a
+* **mysql.E001**: MySQL/MariaDB does not allow unique ``CharField``\s to have a
``max_length`` > 255.
-* **mysql.W002**: MySQL Strict Mode is not set for database connection
+* **mysql.W002**: MySQL/MariaDB Strict Mode is not set for database connection
'<alias>'. See also :ref:`mysql-sql-mode`.
Model fields