mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-26 15:44:01 +00:00
Changelog/release note for #1540
This commit is contained in:
parent
14fc0f9059
commit
488fcfc8d2
2 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,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`)
|
* 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 ``descendant_of`` filter to the API (Michael Fillier)
|
||||||
* Added optional directory argument to "wagtail start" command (Mitchel Cabuloy)
|
* 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
|
* Image file size is now stored in the database, to avoid unnecessary filesystem lookups
|
||||||
* Updated URLs within the admin backend to use namespaces
|
* Updated URLs within the admin backend to use namespaces
|
||||||
* Fix: Text areas in the non-default tab of the page editor now resize to the correct height
|
* Fix: Text areas in the non-default tab of the page editor now resize to the correct height
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,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``)
|
* 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 ``descendant_of`` filter to the API
|
||||||
* Added optional directory argument to "wagtail start" command
|
* 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
|
* Image file size is now stored in the database, to avoid unnecessary filesystem lookups
|
||||||
* Updated URLs within the admin backend to use namespaces
|
* Updated URLs within the admin backend to use namespaces
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue