Commit 46338296 authored by Zbigniew Siciarz's avatar Zbigniew Siciarz Committed by Tim Graham
Browse files

Fixed typo in 1.11 release notes.

parent 91c02ca7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.