From 306283591853bf4a0da001590a1121531ce511b3 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 2 Sep 2015 14:54:58 +0100 Subject: [PATCH] Changelog for #1544 --- CHANGELOG.txt | 1 + docs/releases/1.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8465462708..3eb972962b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/1.1.rst b/docs/releases/1.1.rst index a309377fdc..8f0ec95fef 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -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