summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZbigniew Siciarz <zbigniew@siciarz.net>2016-06-22 18:10:42 +0200
committerTim Graham <timograham@gmail.com>2016-06-22 12:10:42 -0400
commit46338296aa292aa31e329559c561a010a197c2aa (patch)
treed9f1d998fba99a88b3380d0f8b32cb3f1fbf50bc /docs
parent91c02ca7baa7b53f18325068b9f8785557b445ca (diff)
Fixed typo in 1.11 release notes.
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.