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
2016-01-04 10:26:47 +01:00
* Wagtail's migrations are now all reversible (benjaoming)
2015-12-22 10:36:21 +01:00
* 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
2016-01-19 14:15:43 +01:00
* Wagtail's compiled static assets are now put into the correct directory on Windows (Aarni Koskela)
2016-01-19 23:38:10 +01:00
* `` 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
======================