summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index ce1f8984b1..e776b44da2 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -260,7 +260,7 @@ Miscellaneous
* Support for SpatiaLite < 4.0 is dropped.
-* CSRF failures are logged to the ``django.security.csrf ``` logger instead of
+* CSRF failures are logged to the ``django.security.csrf`` logger instead of
``django.request``.
* :setting:`ALLOWED_HOSTS` validation is no longer disabled when running tests.