diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 10 |
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 |
