kopia lustrzana https://github.com/wagtail/wagtail
1.8 KiB
1.8 KiB
Wagtail 6.5 release notes - IN DEVELOPMENT
Unreleased
---
local:
depth: 1
---
What's new
Other features
- Add
WAGTAIL_
prefix to Wagtail-specific tag settings (Aayushman Singh) - Implement
normalize
onTypedTableBlock
to assist with settingdefault
andpreview_value
(Sage Abdullah) - Apply normalization when modifying a
StreamBlock
's value to assist with programmatic changes toStreamField
(Matt Westcott) - Allow a custom image rendition model to define its unique constraint with
models.UniqueConstraint
instead ofunique_together
(Oliver Parker, Cynthia Kiser, Sage Abdullah) - Default to the
standard
tokenizer on Elasticsearch, to correctly handle numbers as tokens (Matt Westcott)
Bug fixes
- Take preferred language into account for translatable strings in client-side code (Bernhard Bliem, Sage Abdullah)
- Do not show the content type column as sortable when searching pages (Srishti Jaiswal, Sage Abdullah)
Documentation
- Add missing
django.contrib.admin
to list of apps in "add to Django project" guide (Mohamed Rabiaa) - Fix typo in the headless documentation page (Mahmoud Nasser)
Maintenance
- Migrate away from deprecated Sass import rules to module system (Srishti Jaiswal)
Upgrade considerations - changes affecting all projects
Upgrade considerations - deprecation of old functionality
TAG_LIMIT
and TAG_SPACES_ALLOWED
settings renamed to WAGTAIL_TAG_LIMIT
and WAGTAIL_TAG_SPACES_ALLOWED
The TAG_LIMIT
and TAG_SPACES_ALLOWED
settings have been renamed to WAGTAIL_TAG_LIMIT
and WAGTAIL_TAG_SPACES_ALLOWED
respectively. The old settings will continue to work for now, but will be removed in a future release.