Changelog/release note/contributor for #2111

This commit is contained in:
Karl Hobley 2016-01-19 13:15:43 +00:00
parent 6f18c5ea0f
commit 690255c2ee
3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

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