Changelog/release note/contributor for #2134

pull/2061/merge
Karl Hobley 2016-01-21 11:26:19 +00:00
rodzic a96db0e30b
commit ec59c33ce5
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -12,6 +12,7 @@ Changelog
* 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)
* Fix: `ChooserBlock` now correctly handles models with primary keys other than `id` (alexpilot11)
* Fix: Fixed typo in Wistia oEmbed pattern (Josh Hurd)
1.3.1 (05.01.2016)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -98,6 +98,7 @@ Contributors
* Aarni Koskela
* alexpilot11
* Peter Quade
* Josh Hurd
Translators

Wyświetl plik

@ -31,6 +31,7 @@ Bug fixes
* 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)
* ``ChooserBlock`` now correctly handles models with primary keys other than ``id`` (alexpilot11)
* Fixed typo in Wistia oEmbed pattern (Josh Hurd)
Upgrade considerations