Changelog/release note/contributor for #2111

pull/2130/head
Karl Hobley 2016-01-19 13:15:43 +00:00
rodzic 6f18c5ea0f
commit 690255c2ee
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -9,6 +9,7 @@ Changelog
* 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
* Fix: The `Page.path` field is now explicitly given the "C" collation on PostgreSQL to prevent tree ordering issues when using a database created with the Slovak locale
* Fix: Wagtail's compiled static assets are now put into the correct directory on Windows (Aarni Koskela)
1.3.1 (05.01.2016)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -95,6 +95,7 @@ Contributors
* Eugene MechanisM
* benjaoming
* Alexander Bogushov
* Aarni Koskela
Translators

Wyświetl plik

@ -26,6 +26,7 @@ Bug fixes
* Wagtail's migrations are now all reversible (benjaoming)
* Deleting a page content type now preserves existing pages as basic Page instances, to prevent tree corruption
* The ``Page.path`` field is now explicitly given the "C" collation on PostgreSQL to prevent tree ordering issues when using a database created with the Slovak locale
* Wagtail's compiled static assets are now put into the correct directory on Windows (Aarni Koskela)
Upgrade considerations