pull/1867/merge
Matt Westcott 2016-01-25 15:30:18 +00:00
rodzic 417cafe69b
commit 8afe69fd72
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -6,6 +6,7 @@ Changelog
* The `Document` model can now be overridden using the new `WAGTAILDOCS_DOCUMENT_MODEL` setting (Alex Gleason)
* Date/time pickers now respect the locale's 'first day of week' setting (Peter Quade)
* Refactored the way forms are constructed for the page editor, to allow custom forms to be used
* Fix: Custom page managers no longer raise an error when used on an abstract model
* Fix: Wagtail's migrations are now all reversible (benjaoming)
* Fix: Deleting a page content type now preserves existing pages as basic Page instances, to prevent tree corruption

Wyświetl plik

@ -20,6 +20,7 @@ Minor features
~~~~~~~~~~~~~~
* Date/time pickers now respect the locale's 'first day of week' setting (Peter Quade)
* Refactored the way forms are constructed for the page editor, to allow custom forms to be used
Bug fixes