From 6a8c26d0add02106508afc0b9d5ed57be8536826 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Tue, 3 Feb 2015 10:48:44 +0000 Subject: [PATCH] Release note for #942 --- docs/releases/0.9.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/0.9.rst b/docs/releases/0.9.rst index ed0ae05ed..17a371218 100644 --- a/docs/releases/0.9.rst +++ b/docs/releases/0.9.rst @@ -28,7 +28,7 @@ Minor features * Removed the need to add permission check on admin views (now automated) * Reversing `django.contrib.auth.admin.login` will no longer lead to Wagtails login view (making it easier to have front end views) * Added cache-control headers to all admin views. This allows Varnish/Squid/CDN to run on vanilla settings in front of a Wagtail site - + * Added validation to prevent pages being crated with only whitespace characters in their title fields Bug fixes ~~~~~~~~~