From 504ddecde227763e7a2873f8737748ad93f19568 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 26 Sep 2014 11:20:11 +0100 Subject: [PATCH] release note for #652 (and better description for the wagtail start bugfix) --- docs/releases/0.7.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releases/0.7.rst b/docs/releases/0.7.rst index 2ad7ae748..1e1d7c2c9 100644 --- a/docs/releases/0.7.rst +++ b/docs/releases/0.7.rst @@ -26,7 +26,8 @@ Minor features Bug fixes ~~~~~~~~~ - * 'wagtail start' command now works on Windows + * The 'wagtail start' command now works on Windows and other environments where the ``django-admin.py`` executable is not readily accessible. + * The external image URL generator no longer stores generated images in Django's cache; this was an unintentional side-effect of setting cache control headers. Upgrade considerations