kopia lustrzana https://github.com/wagtail/wagtail
Release note for #1741
rodzic
6310c906ee
commit
bce6fba24f
|
@ -23,6 +23,7 @@ Changelog
|
|||
* Wagtail admin now standardises on a single thumbnail image size, to reduce the overhead of creating multiple renditions
|
||||
* The `first_published_at` and `latest_revision_created_at` fields on page models are now available as filter fields on search queries
|
||||
* Rich text fields now strip out HTML comments
|
||||
* Page editor form now sets enctype="multipart/form-data" as appropriate, allowing FileField to be used on page models (Petr Vacha)
|
||||
* Fix: Deleting a page permission from the groups admin UI does not immediately submit the form
|
||||
* Fix: Wagtail userbar is shown on pages that do not pass a `page` variable to the template (e.g. because they override the `serve` method)
|
||||
* Fix: request.site now set correctly on page preview when the page is not in the default site
|
||||
|
|
|
@ -71,6 +71,7 @@ Contributors
|
|||
* Salvador Faria
|
||||
* Alex Gleason
|
||||
* Ryan Pineo
|
||||
* Petr Vacha
|
||||
|
||||
|
||||
Translators
|
||||
|
|
|
@ -55,6 +55,7 @@ Minor features
|
|||
* The ``first_published_at`` and ``latest_revision_created_at`` fields on page models are now available as filter fields on search queries
|
||||
* Wagtail admin now standardises on a single thumbnail image size, to reduce the overhead of creating multiple renditions
|
||||
* Rich text fields now strip out HTML comments
|
||||
* Page editor form now sets ``enctype="multipart/form-data"`` as appropriate, allowing FileField to be used on page models (Petr Vacha)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
Ładowanie…
Reference in New Issue