Overview

Wagtail 5.2, released on November 1, 2023, is a Long Term Support (LTS) release with stability and performance improvements.

Main Features

LTS release

As an LTS release, Wagtail 5.2 will receive security fixes for an extended period. It consolidates changes from Wagtail 5.0/5.1 with numerous bug fixes.

python
# Install the LTS version
# pip install wagtail==5.2.*

import wagtail
print(wagtail.__version__)  # 5.2.x

Sources