pull/2540/head
Matt Westcott 2016-04-28 15:20:27 +01:00
rodzic 35c283fa2d
commit 83d872b3a3
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -129,6 +129,7 @@ Contributors
* Jack Paine
* Nick Smith
* João Luiz Lorencetti
* Jason Morrison
Translators
===========

Wyświetl plik

@ -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)