Fixed typo in 1.11 release notes.

This commit is contained in:
Zbigniew Siciarz 2016-06-22 18:10:42 +02:00 committed by Tim Graham
parent 91c02ca7ba
commit 46338296aa
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ Miscellaneous
* Support for SpatiaLite < 4.0 is dropped. * 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``. ``django.request``.
* :setting:`ALLOWED_HOSTS` validation is no longer disabled when running tests. * :setting:`ALLOWED_HOSTS` validation is no longer disabled when running tests.