wagtail/docs/releases/6.5.md

1.1 KiB

Wagtail 6.5 release notes - IN DEVELOPMENT

Unreleased

---
local:
depth: 1
---

What's new

Other features

  • Implement normalize on TypedTableBlock to assist with setting default and preview_value (Sage Abdullah)

Bug fixes

  • Take preferred language into account for translatable strings in client-side code (Bernhard Bliem, Sage Abdullah)

Documentation

  • Add missing django.contrib.admin to list of apps in "add to Django project" guide (Mohamed Rabiaa)

Maintenance

  • ...

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.

Upgrade considerations - changes affecting Wagtail customisations

Upgrade considerations - changes to undocumented internals