From 88812b4caeb62639d37af8478d117a85efb23be8 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 4 Feb 2015 16:17:16 +0000 Subject: [PATCH] Release notes for #957 and #960 --- docs/releases/0.9.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/0.9.rst b/docs/releases/0.9.rst index 17a3712188..981cd60d11 100644 --- a/docs/releases/0.9.rst +++ b/docs/releases/0.9.rst @@ -29,6 +29,9 @@ Minor features * 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 + * Page model fields without a FieldPanel are no longer displayed in the form + * No longer need to specify the base model on InlinePanel definitions + Bug fixes ~~~~~~~~~