diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f1cfa5bac0..b02d8378e1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -44,6 +44,7 @@ Changelog * Fix: Now user can upload images / documents only into permitted collection from choosers * Fix: Keyboard shortcuts for save / preview on the page editor no longer incorrectly trigger the "unsaved changes" message (Jack Paine, Matt Westcott) * Fix: Redirects no longer fail when both a site-specific and generic redirect exist for the same URL path (Nick Smith, João Luiz Lorencetti) + * Fix: Wagtail now checks that Group is registered with the Django admin before unregistering it (Jason Morrison) 1.4.3 (04.04.2016) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index ec539c450e..44a37612b1 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -129,6 +129,7 @@ Contributors * Jack Paine * Nick Smith * João Luiz Lorencetti +* Jason Morrison Translators =========== diff --git a/docs/releases/1.4.4.rst b/docs/releases/1.4.4.rst index 2ae749f9c1..9466c22d02 100644 --- a/docs/releases/1.4.4.rst +++ b/docs/releases/1.4.4.rst @@ -18,3 +18,4 @@ Bug fixes * Now user can upload images / documents only into permitted collection from choosers * Keyboard shortcuts for save / preview on the page editor no longer incorrectly trigger the "unsaved changes" message (Jack Paine / Matt Westcott) * Redirects no longer fail when both a site-specific and generic redirect exist for the same URL path (Nick Smith, João Luiz Lorencetti) + * Wagtail now checks that Group is registered with the Django admin before unregistering it (Jason Morrison)