mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01:00
078491b6e0
Fixes #2024
32 lines
771 B
ReStructuredText
32 lines
771 B
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
|
|
~~~~~~~~~~~~~~
|
|
|
|
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
|
|
|
|
|
|
Upgrade considerations
|
|
======================
|