From 0ba28e5ca95a3c2331b5943c53c3ed2683a167cd Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 17 Aug 2015 12:43:52 +0100 Subject: [PATCH] Changelog for #1587 --- CHANGELOG.txt | 1 + CONTRIBUTORS.rst | 1 + docs/releases/1.1.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a8a276f0e5..3cb4f5f5b1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -18,6 +18,7 @@ Changelog * Added optional directory argument to "wagtail start" command (Mitchel Cabuloy) * Non-superusers can now view/edit/delete sites if they have the correct permissions * Image file size is now stored in the database, to avoid unnecessary filesystem lookups + * 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 * Fix: Text areas in the non-default tab of the page editor now resize to the correct height diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 2f1ad8aa21..705f9129dc 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -58,6 +58,7 @@ Contributors * Mitchel Cabuloy * Piet Delport * Tom Christie +* Michael van Tellingen Translators =========== diff --git a/docs/releases/1.1.rst b/docs/releases/1.1.rst index 00ea04d22a..0338eec143 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -39,6 +39,7 @@ Minor features * Added optional directory argument to "wagtail start" command * Non-superusers can now view/edit/delete sites if they have the correct permissions * Image file size is now stored in the database, to avoid unnecessary filesystem lookups + * 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