diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5eece85528..684785efaa 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changelog * 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 + * 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 1.3.1 (05.01.2016) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/1.4.rst b/docs/releases/1.4.rst index 977c68cf5a..a8d693dee6 100644 --- a/docs/releases/1.4.rst +++ b/docs/releases/1.4.rst @@ -25,6 +25,7 @@ Bug fixes * Custom page managers no longer raise an error when used on an abstract model * 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 Upgrade considerations