kopia lustrzana https://github.com/wagtail/wagtail
Changelog/release note/contributor for #2134
rodzic
a96db0e30b
commit
ec59c33ce5
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -98,6 +98,7 @@ Contributors
|
|||
* Aarni Koskela
|
||||
* alexpilot11
|
||||
* Peter Quade
|
||||
* Josh Hurd
|
||||
|
||||
|
||||
Translators
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue