From 46338296aa292aa31e329559c561a010a197c2aa Mon Sep 17 00:00:00 2001 From: Zbigniew Siciarz Date: Wed, 22 Jun 2016 18:10:42 +0200 Subject: [PATCH] Fixed typo in 1.11 release notes. --- docs/releases/1.11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.