pull/1625/head
Karl Hobley 2015-08-17 12:43:52 +01:00
rodzic 2a1dde6ca6
commit 0ba28e5ca9
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -58,6 +58,7 @@ Contributors
* Mitchel Cabuloy
* Piet Delport
* Tom Christie
* Michael van Tellingen
Translators
===========

Wyświetl plik

@ -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