kopia lustrzana https://github.com/wagtail/wagtail
Changelog/release note for #1527
rodzic
2007a23366
commit
d1897f9c14
|
@ -10,6 +10,7 @@ Changelog
|
|||
* Moved the style guide menu item into the Settings sub-menu
|
||||
* 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)
|
||||
* Fix: Text areas in the non-default tab of the page editor now resize to the correct height
|
||||
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ Minor features
|
|||
* Moved the style guide menu item into the Settings sub-menu
|
||||
* 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
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
Ładowanie…
Reference in New Issue