1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #29548 -- Mentioned MariaDB in database system checks.

This commit is contained in:
Mariusz Felisiak
2020-03-19 09:42:04 +01:00
committed by GitHub
parent fc0fa72ff4
commit 6e026aec5f
3 changed files with 23 additions and 13 deletions

View File

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