pull/1534/head
Matt Westcott 2015-07-20 14:49:55 +01:00
rodzic 4f53b0b0ed
commit 0921bdec6d
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -11,6 +11,7 @@ Changelog
* Search backends can now be specified by module (e.g. `wagtail.wagtailsearch.backends.elasticsearch`), rather than a specific class (`wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch`)
* Added ``descendant_of`` filter to the API (Michael Fillier)
* Added optional directory argument to "wagtail start" command (Mitchel Cabuloy)
* Image file size is now stored in the database, to avoid unnecessary filesystem lookups
* Fix: Text areas in the non-default tab of the page editor now resize to the correct height

Wyświetl plik

@ -24,6 +24,7 @@ Minor features
* Search backends can now be specified by module (e.g. ``wagtail.wagtailsearch.backends.elasticsearch``), rather than a specific class (``wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch``)
* Added ``descendant_of`` filter to the API
* Added optional directory argument to "wagtail start" command
* Image file size is now stored in the database, to avoid unnecessary filesystem lookups
Bug fixes
~~~~~~~~~