0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 03:31:04 +01:00
wagtail/docs/releases/1.4.rst

35 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2015-12-21 10:58:09 +01:00
==========================================
Wagtail 1.4 release notes - IN DEVELOPMENT
==========================================
.. contents::
:local:
:depth: 1
What's new
==========
2015-12-21 12:51:25 +01:00
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`.
2015-12-21 10:58:09 +01:00
Minor features
~~~~~~~~~~~~~~
Bug fixes
~~~~~~~~~
2015-12-24 12:57:53 +01:00
* 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
2016-01-18 14:16:52 +01:00
* 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)
2015-12-24 12:57:53 +01:00
2015-12-21 10:58:09 +01:00
Upgrade considerations
======================