mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-24 00:24:48 +00:00
Release note for #1641 (backport to 0.8.x)
This commit is contained in:
parent
42f3717716
commit
dde242716c
3 changed files with 4 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ Changelog
|
|||
0.8.9 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
* Fix: When copying a page, IDs of child objects within page revision records were not remapped to the new objects; this would cause those objects to be lost from the original page when editing the new one
|
||||
* Fix: Search no longer crashes when auto-indexing a model that doesn't have an id field (Scot Hacker)
|
||||
|
||||
|
||||
0.8.8 (18.06.2015)
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ Contributors
|
|||
* signalkraft
|
||||
* Mac Chapman
|
||||
* Nar Chhantyal
|
||||
* Scot Hacker
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -12,4 +12,5 @@ What's changed
|
|||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* When copying a page, IDs of child objects within page revision records were not remapped to the new objects; this would cause those objects to be lost from the original page when editing the new one
|
||||
* When copying a page, IDs of child objects within page revision records were not remapped to the new objects; this would cause those objects to be lost from the original page when editing the new one
|
||||
* Search no longer crashes when auto-indexing a model that doesn't have an id field (Scot Hacker)
|
||||
|
|
|
|||
Loading…
Reference in a new issue