mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-26 09:34:50 +00:00
Release note for #1660
This commit is contained in:
parent
fb559c0cea
commit
5fa6371fa1
2 changed files with 3 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ Changelog
|
|||
* Fix: Responses from the external image URL generator are correctly marked as streaming and will no longer fail when used with Django's cache middleware
|
||||
* 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
|
||||
|
||||
|
||||
1.0 (16.07.2015)
|
||||
|
|
|
|||
|
|
@ -81,7 +81,8 @@ Bug fixes
|
|||
* The queryset returned from ``search`` operations when using the database search backend now correctly preserves additional properties of the original query, such as ``prefetch_related`` / ``select_related``
|
||||
* Responses from the external image URL generator are correctly marked as streaming and will no longer fail when used with Django's cache middleware
|
||||
* Page copy now works with pages that use multiple inheritance
|
||||
* Fix: Form builder pages now pick up template variables defined in the ``get_context`` method
|
||||
* 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
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue