summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-27 09:07:02 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-27 09:07:33 +0200
commitebf553397a99c20942f8b798861ac5c20d2eb0c6 (patch)
tree8d32417b9f0fa55ca0a67c4b51d785533bfe9bf1 /docs/ref
parentdf88f24b1f5805fc388a2184e56b964746608bf4 (diff)
[3.1.x] Fixed some formatting issues in docs.
Backport of 803e70b1adb71d86eb5bbb4074ef5ff96ae6e55d from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 1259a4a285..d0cc4b163b 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -146,7 +146,7 @@ If you're using MySQL or MariaDB, the following checks will be performed:
``max_length`` > 255. *This check was changed to* ``mysql.W003`` *in Django
3.1 as the real maximum size depends on many factors.*
* **mysql.W002**: MySQL/MariaDB Strict Mode is not set for database connection
- '<alias>'. See also :ref:`mysql-sql-mode`.
+ ``<alias>``. See also :ref:`mysql-sql-mode`.
* **mysql.W003**: MySQL/MariaDB may not allow unique ``CharField``\s to have a
``max_length`` > 255.
@@ -413,8 +413,8 @@ The following checks are run if you use the :option:`check --deploy` option:
set to ``True``, so your pages will not be served with an
``'X-XSS-Protection: 1; mode=block'`` header. You should consider enabling
this header to activate the browser's XSS filtering and help prevent XSS
- attacks. *This check is removed in Django 3.0 as the ``X-XSS-Protection``
- header is no longer honored by modern browsers.*
+ attacks. *This check is removed in Django 3.0 as the* ``X-XSS-Protection``
+ *header is no longer honored by modern browsers.*
* **security.W008**: Your :setting:`SECURE_SSL_REDIRECT` setting is not set to
``True``. Unless your site should be available over both SSL and non-SSL
connections, you may want to either set this setting to ``True`` or configure