From 9f3ae3c51dac02a614dc47cbd523505e6c57e67d Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 3 Dec 2015 13:19:44 +0000 Subject: [PATCH] Release note for #1572 --- CHANGELOG.txt | 2 ++ docs/releases/1.3.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e9a86b8bd..d7a3fe9a3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,11 +9,13 @@ Changelog * Added `.alt` attribute to image renditions * The default `src`, `width`, `height` and `alt` attributes can now be overridden by attributes passed to the `{% image %}` tag * Added keyboard shortcuts for preview and save in the page editor + * Added `Page` methods `can_exist_under`, `can_create_at`, `can_move_to` for customising page type business rules * Fix: HTTP cache purge now works again on Python 2 (Mitchel Cabuloy) * Fix: Locked pages can no longer be unpublished (Alex Bridge) * Fix: Site records now implement `get_by_natural_key` * Fix: Creating pages at the root level (and any other instances of the base `Page` model) now properly respects the `parent_page_types` setting * Fix: Settings menu now opens correctly from the page editor and styleguide views + * Fix: `subpage_types` / `parent_page_types` business rules are now enforced when moving pages 1.2 (12.11.2015) ~~~~~~~~~~~~~~~~ diff --git a/docs/releases/1.3.rst b/docs/releases/1.3.rst index 28426fa36..e1d4f7163 100644 --- a/docs/releases/1.3.rst +++ b/docs/releases/1.3.rst @@ -19,6 +19,7 @@ Minor features * Added ``.alt`` attribute to image renditions * The default ``src``, ``width``, ``height`` and ``alt`` attributes can now be overridden by attributes passed to the ``{% image %}`` tag * Added keyboard shortcuts for preview and save in the page editor + * Added ``Page`` methods ``can_exist_under``, ``can_create_at``, ``can_move_to`` for customising page type business rules Bug fixes @@ -29,6 +30,7 @@ Bug fixes * Site records now implement ``get_by_natural_key`` * Creating pages at the root level (and any other instances of the base ``Page`` model) now properly respects the `parent_page_types` setting * Settings menu now opens correctly from the page editor and styleguide views + * ``subpage_types`` / ``parent_page_types`` business rules are now enforced when moving pages Upgrade considerations