kopia lustrzana https://github.com/wagtail/wagtail
Release note for #1475
rodzic
a603961134
commit
e5a5761d5a
|
@ -42,6 +42,7 @@ Changelog
|
|||
* Fix: Page copy now works with pages that use multiple inheritance (Jordi Joan)
|
||||
* Fix: Form builder pages now pick up template variables defined in the `get_context` method (Christoph Lipp)
|
||||
* 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: Newly added redirects now take effect on all sites, rather than just the site that the Wagtail admin backend was accessed through
|
||||
|
||||
|
||||
1.0 (16.07.2015)
|
||||
|
|
|
@ -83,6 +83,7 @@ Bug fixes
|
|||
* Page copy now works with pages that use multiple inheritance
|
||||
* Form builder pages now pick up template variables defined in the ``get_context`` method
|
||||
* 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
|
||||
* Newly added redirects now take effect on all sites, rather than just the site that the Wagtail admin backend was accessed through
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
Ładowanie…
Reference in New Issue