kopia lustrzana https://github.com/wagtail/wagtail
Changelog for #1544
rodzic
d76fbc2975
commit
3062835918
|
@ -36,6 +36,7 @@ Changelog
|
|||
* Fix: Resizing single pixel images with the "fill" filter no longer raises "ZeroDivisionError" or "tile cannot extend outside image"
|
||||
* Fix: 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`
|
||||
* 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)
|
||||
|
||||
|
||||
1.0 (16.07.2015)
|
||||
|
|
|
@ -77,6 +77,7 @@ Bug fixes
|
|||
* Resizing single pixel images with the "fill" filter no longer raises "ZeroDivisionError" or "tile cannot extend outside image"
|
||||
* 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
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
Ładowanie…
Reference in New Issue