mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 08:43:10 +00:00
Changelog/release note/contributor for #2111
This commit is contained in:
parent
6f18c5ea0f
commit
690255c2ee
3 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ Contributors
|
|||
* Eugene MechanisM
|
||||
* benjaoming
|
||||
* Alexander Bogushov
|
||||
* Aarni Koskela
|
||||
|
||||
|
||||
Translators
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue