mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01:00
39 lines
1.3 KiB
ReStructuredText
39 lines
1.3 KiB
ReStructuredText
==========================================
|
|
Wagtail 1.4 release notes - IN DEVELOPMENT
|
|
==========================================
|
|
|
|
.. contents::
|
|
:local:
|
|
:depth: 1
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
|
|
Custom document models
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
The `Document` model can now be overridden using the new `WAGTAILDOCS_DOCUMENT_MODEL` setting. This works in the same way that `WAGTAILIMAGES_IMAGE_MODEL` works for `Image`.
|
|
|
|
Minor features
|
|
~~~~~~~~~~~~~~
|
|
|
|
* Date/time pickers now respect the locale's 'first day of week' setting (Peter Quade)
|
|
|
|
|
|
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
|
|
* 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
|
|
======================
|