From 4657c62326580f5de9cc2178599d82e1c1913b37 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 20 Aug 2015 16:53:56 +0100 Subject: [PATCH] Release note for #1623 --- CHANGELOG.txt | 1 + docs/releases/1.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3cb4f5f5b..dcf98b7ad 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -21,6 +21,7 @@ Changelog * Page URL lookups hit the cache/database less often (Michael van Tellingen) * Updated URLs within the admin backend to use namespaces * The `update_index` task now indexes objects in batches of 1000, to indicate progress and avoid excessive memory use + * Added database indexes on PageRevision and Image to improve performance on large sites * Fix: Text areas in the non-default tab of the page editor now resize to the correct height * Fix: Tabs in "insert link" modal in the rich text editor no longer disappear (Tim Heap) * Fix: H2 elements in rich text fields were accidentally given a click() binding when put insite a collapsible multi field panel diff --git a/docs/releases/1.1.rst b/docs/releases/1.1.rst index 04fbcc779..79c9828ac 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -42,6 +42,7 @@ Minor features * Page URL lookups hit the cache/database less often * Updated URLs within the admin backend to use namespaces * The ``update_index`` task now indexes objects in batches of 1000, to indicate progress and avoid excessive memory use + * Added database indexes on PageRevision and Image to improve performance on large sites Permissions fixes in the admin interface ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~