Overview
Wagtail 6.3, released on November 1, 2024, is an LTS release consolidating the 6.x branch features.
Main Features
LTS and stability
LTS release with extended support, bug fixes, and performance improvements for production deployments.
python
# pip install wagtail==6.3.*
import wagtail
print(wagtail.__version__) # 6.3.x
