kopia lustrzana https://github.com/wagtail/wagtail
pull/8693/head
rodzic
d6baee0754
commit
920c0afdf4
|
@ -44,6 +44,9 @@ Changelog
|
|||
* Move `get_snippet_edit_handler` function to `wagtail.admin.panels.get_edit_handler` (Sage Abdullah)
|
||||
* Add clarity to the search indexing documentation for how `boost` works when using Postgres with the database search backend (Tibor Leupold)
|
||||
* Rename `explorer_breadcrumb` template tag to `breadcrumbs` as it is now used in multiple locations (Paarth Agarwal)
|
||||
* Updated `django-filter` version to support 23 (Yuekui)
|
||||
* Use `.iterator()` in a few more places in the admin, to make it more stable on sites with many pages (Andy Babic)
|
||||
* Migrate some simple React component files to TypeScript (LB (Ben) Johnston)
|
||||
* Fix: Typo in `ResumeWorkflowActionFormatter` message (Stefan Hammer)
|
||||
* Fix: Throw a meaningful error when saving an image to an unrecognised image format (Christian Franke)
|
||||
* Fix: Remove extra padding for headers with breadcrumbs on mobile viewport (Steven Steinwand)
|
||||
|
@ -62,6 +65,7 @@ Changelog
|
|||
* Fix: Revise the `ModelAdmin` title column behaviour to only link to 'edit' if the user has the correct permissions, fallback to the 'inspect' view or a non-clickable title if needed (Stefan Hammer)
|
||||
* Fix: Ensure that `DecimalBlock` preserves the `Decimal` type when retrieving from the database (Yves Serrano)
|
||||
* Fix: When no snippets are added, ensure the snippet chooser modal would have the correct URL for creating a new snippet (Matt Westcott)
|
||||
* Fix: `ngettext` in Wagtail's internal JavaScript internationalisation utilities now works (LB (Ben) Johnston)
|
||||
|
||||
|
||||
3.0.1 (16.06.2022)
|
||||
|
|
|
@ -607,6 +607,8 @@ Contributors
|
|||
* Noble Mittal
|
||||
* Oliver Parker
|
||||
* Viggo de Vries
|
||||
* Yuekui
|
||||
* Igor Strapko
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
@ -51,6 +51,9 @@ When using a queryset to render a list of images, you can now use the `prefetch_
|
|||
* Selecting a new parent page for moving a page now uses the chooser modal which allows searching (Viggo de Vries)
|
||||
* Add clarity to the search indexing documentation for how `boost` works when using Postgres with the database search backend (Tibor Leupold)
|
||||
* Rename `explorer_breadcrumb` template tag to `breadcrumbs` as it is now used in multiple locations (Paarth Agarwal)
|
||||
* Updated `django-filter` version to support 23 (Yuekui)
|
||||
* Use `.iterator()` in a few more places in the admin, to make it more stable on sites with many pages (Andy Babic)
|
||||
* Migrate some simple React component files to TypeScript (LB (Ben) Johnston)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
@ -74,6 +77,7 @@ When using a queryset to render a list of images, you can now use the `prefetch_
|
|||
* Revise the `ModelAdmin` title column behaviour to only link to 'edit' if the user has the correct permissions, fallback to the 'inspect' view or a non-clickable title if needed (Stefan Hammer)
|
||||
* Ensure that `DecimalBlock` preserves the `Decimal` type when retrieving from the database (Yves Serrano)
|
||||
* When no snippets are added, ensure the snippet chooser modal would have the correct URL for creating a new snippet (Matt Westcott)
|
||||
* `ngettext` in Wagtail's internal JavaScript internationalisation utilities now works (LB (Ben) Johnston)
|
||||
|
||||
|
||||
## Upgrade considerations
|
||||
|
|
Ładowanie…
Reference in New Issue