|
@@ -13,7 +13,7 @@ Changelog
|
|
|
* Fix: Fix typo in aria-label attribute of page explorer navigation link (Sébastien Corbin)
|
|
|
* Fix: Reinstate transparency indicator on image chooser widgets (Sébastien Corbin)
|
|
|
* Docs: Upgrade Sphinx to 7.3 (Matt Westcott)
|
|
|
- * Docs: Document how to customise date/time format settings (Vince Salvino)
|
|
|
+ * Docs: Document how to customize date/time format settings (Vince Salvino)
|
|
|
* Maintenance: Removed support for Python 3.8 (Matt Westcott)
|
|
|
* Maintenance: Drop pytz dependency in favour of `zoneinfo.available_timezones` (Sage Abdullah)
|
|
|
* Maintenance: Relax django-taggit dependency to allow 6.0 (Matt Westcott)
|
|
@@ -107,7 +107,7 @@ Changelog
|
|
|
* Maintenance: Split `contrib.frontend_cache.backends` into dedicated sub-modules (Andy Babic)
|
|
|
* Maintenance: Remove unused `docs/autobuild.sh` script (Sævar Öfjörð Magnússon)
|
|
|
* Maintenance: Replace `urlparse` with `urlsplit` to improve performance (Jake Howard)
|
|
|
- * Maintenance: Optimise embed finder lookups (Jake Howard)
|
|
|
+ * Maintenance: Optimize embed finder lookups (Jake Howard)
|
|
|
* Maintenance: Improve performance of initial admin loading by moving sprite hashing out of module import time (Jake Howard)
|
|
|
* Maintenance: Remove workaround and inline scripts for activating workflow actions (Sage Abdullah)
|
|
|
* Maintenance: Prevent `'BlockWidget' object has no attribute '_block_json'` from masking errors during StreamField serialization (Matt Westcott)
|
|
@@ -172,7 +172,7 @@ Changelog
|
|
|
* Update the minimum version of `djangorestframework` to 3.15.1 (Sage Abdullah)
|
|
|
* Add support for related fields in generic `IndexView.list_display` (Abdelrahman Hamada)
|
|
|
* Improve page fetching logic and cache route results per request (Gordon Pendleton)
|
|
|
- * Optimise rewriting of links / embeds in rich text using bulk database lookups (Andy Chosak)
|
|
|
+ * Optimize rewriting of links / embeds in rich text using bulk database lookups (Andy Chosak)
|
|
|
* Add normalization mechanism to StreamField so that assignments and defaults can be passed in a wider range of data types (Joshua Munn, Matt Westcott)
|
|
|
* Allow specifying a `STORAGES` alias name for `WAGTAILIMAGES_RENDITION_STORAGE` (Alec Baron)
|
|
|
* Update `PASSWORD_REQUIRED_TEMPLATE` setting to `WAGTAIL_PASSWORD_REQUIRED_TEMPLATE` with deprecation of previous naming (Saksham Misra, LB (Ben) Johnston)
|
|
@@ -581,7 +581,7 @@ Changelog
|
|
|
* Support extending Wagtail client-side with Stimulus (LB (Ben) Johnston)
|
|
|
* Update all `FieldPanel('title')` examples to use the recommended `TitleFieldPanel('title')` panel (Chinedu Ihedioha)
|
|
|
* The `purge_revisions` management command now respects revisions that have a `on_delete=PROTECT` foreign key relation and won't delete them (Neeraj P Yetheendran, Meghana Reddy, Sage Abdullah, Storm Heg)
|
|
|
- * Add support for Shift + Click behaviour in form submissions and simple translations submissions (LB (Ben) Johnston)
|
|
|
+ * Add support for Shift + Click behavior in form submissions and simple translations submissions (LB (Ben) Johnston)
|
|
|
* Improve filtering of audit logging based on the user's permissions (Stefan Hammer)
|
|
|
* Fix: Ensure that StreamField's `FieldBlock`s correctly set the `required` and `aria-describedby` attributes (Storm Heg)
|
|
|
* Fix: Avoid an error when the moderation panel (admin dashboard) contains both snippets and private pages (Matt Westcott)
|
|
@@ -643,7 +643,7 @@ Changelog
|
|
|
* Maintenance: Deprecate legacy URL redirects in `ModelViewSet` and `SnippetViewSet` (Sage Abdullah)
|
|
|
* Maintenance: Simplify code for registering page listing action buttons (Matt Westcott)
|
|
|
* Maintenance: Removed the unused, legacy, Wagtail userbar views set up for an old iframe approach (Sage Abdullah)
|
|
|
- * Maintenance: Optimise `lru_cache` usage (Jake Howard)
|
|
|
+ * Maintenance: Optimize `lru_cache` usage (Jake Howard)
|
|
|
* Maintenance: Implement `date_since` in `get_most_popular` inside `search_promotions.models.Query` (TopDevPros)
|
|
|
* Maintenance: Refactor generic view subclasses to better reuse the generic templates and breadcrumbs (Sage Abdullah)
|
|
|
* Maintenance: Adopt consistent `classname` (not `classnames`) attributes for all `MenuItem` usage, including deprecation warnings (LB (Ben) Johnston)
|
|
@@ -783,7 +783,7 @@ Changelog
|
|
|
* Maintenance: Optimise use of `specific` on Task and TaskState (Matt Westcott)
|
|
|
* Maintenance: Use table UI component for workflow task index view (Matt Westcott)
|
|
|
* Maintenance: Make header search available on generic index view (Matt Westcott)
|
|
|
- * Maintenance: Update pagination behaviour to reject out-of-range / invalid page numbers (Matt Westcott)
|
|
|
+ * Maintenance: Update pagination behavior to reject out-of-range / invalid page numbers (Matt Westcott)
|
|
|
* Maintenance: Remove color tokens which are duplicates / unused (Thibaud Colas)
|
|
|
* Maintenance: Add tests to help with maintenance of theme color tokens (Thibaud Colas)
|
|
|
* Maintenance: Split out a base listing view from generic index view (Matt Westcott)
|