From 5ecc69c7a06877b90b2c325251c96fb78cab0ba6 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 4 Sep 2015 14:50:04 +0100 Subject: [PATCH] Release note for #1666 --- CHANGELOG.txt | 1 + docs/releases/1.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 45e03bc5b8..81ed810145 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -46,6 +46,7 @@ Changelog * Fix: Form builder pages now pick up template variables defined in the `get_context` method (Christoph Lipp) * Fix: When copying a page, IDs of child objects within page revision records were not remapped to the new objects; this would cause those objects to be lost from the original page when editing the new one * Fix: Newly added redirects now take effect on all sites, rather than just the site that the Wagtail admin backend was accessed through + * Fix: Add user form no longer throws a hard error on validation failure 1.0 (16.07.2015) diff --git a/docs/releases/1.1.rst b/docs/releases/1.1.rst index b17fa53734..628421814f 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -87,6 +87,7 @@ Bug fixes * Form builder pages now pick up template variables defined in the ``get_context`` method * When copying a page, IDs of child objects within page revision records were not remapped to the new objects; this would cause those objects to be lost from the original page when editing the new one * Newly added redirects now take effect on all sites, rather than just the site that the Wagtail admin backend was accessed through + * Add user form no longer throws a hard error on validation failure Upgrade considerations