diff options
| author | Zbigniew Siciarz <zbigniew@siciarz.net> | 2016-06-22 18:10:42 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-06-22 12:10:42 -0400 |
| commit | 46338296aa292aa31e329559c561a010a197c2aa (patch) | |
| tree | d9f1d998fba99a88b3380d0f8b32cb3f1fbf50bc /docs | |
| parent | 91c02ca7baa7b53f18325068b9f8785557b445ca (diff) | |
Fixed typo in 1.11 release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 2 |
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. |
