From 182d847b3f73e2b3b86ffbe6ab9022e81fd2ca6f Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Tue, 1 Mar 2016 12:14:49 +0000 Subject: [PATCH] Changelog and release note for #2027 --- CHANGELOG.txt | 1 + docs/releases/1.4.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 43baeb1c91..4b46a94c1a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -18,6 +18,7 @@ Changelog * Added a hook `insert_global_admin_css` for inserting custom CSS throughout the admin backend (Tom Dyson) * Page models now perform field validation, including testing slugs for uniqueness within a parent page, at the model level on saving * Page slugs are now auto-generated at the model level on page creation if one has not been specified explicitly + * The `Page` model now has two new methods `get_site()` and `get_url_parts()` to aid with customising the page URL generation logic * New translations for Hungarian, Swedish (Sweden) and Turkish * Fix: Custom page managers no longer raise an error when used on an abstract model * Fix: Wagtail's migrations are now all reversible (benjaoming) diff --git a/docs/releases/1.4.rst b/docs/releases/1.4.rst index 8569a0b38e..acc1306d7d 100644 --- a/docs/releases/1.4.rst +++ b/docs/releases/1.4.rst @@ -57,6 +57,7 @@ Minor features * Added a hook ``insert_global_admin_css`` for inserting custom CSS throughout the admin backend (Tom Dyson) * Page models now perform field validation, including testing slugs for uniqueness within a parent page, at the model level on saving * Page slugs are now auto-generated at the model level on page creation if one has not been specified explicitly + * The ``Page`` model now has two new methods ``get_site()`` and ``get_url_parts()`` to aid with customising the page URL generation logic * New translations for Hungarian, Swedish (Sweden) and Turkish