mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-26 01:24:49 +00:00
parent
76a653e5a6
commit
9d386cf777
2 changed files with 3 additions and 1 deletions
|
|
@ -118,6 +118,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)
|
||||
|
|
|
|||
|
|
@ -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