summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index a332df2071..7c15bbeb7b 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -592,6 +592,8 @@ If you're using MySQL, the following checks will be performed:
* **mysql.E001**: MySQL does not allow unique ``CharField``\s to have a
``max_length`` > 255.
+* **mysql.W002**: MySQL Strict Mode is not set for database connection
+ '<alias>'. See also :ref:`mysql-sql-mode`.
Templates
---------