From 6e026aec5fe24ebded360fbc40cff51ccb1f3901 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 19 Mar 2020 09:42:04 +0100 Subject: Refs #29548 -- Mentioned MariaDB in database system checks. --- docs/ref/checks.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') 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 ''. See also :ref:`mysql-sql-mode`. Model fields -- cgit v1.3