mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-15 02:33:13 +00:00
Release note for #1426
This commit is contained in:
parent
4f53b0b0ed
commit
0921bdec6d
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue