v3.0.3 release notes ==================== Bug fixes --------- * Support Django 5, which was added in Wagtail 5.2.2. * Support SVG images. * Fix bug that happens when ordering child pages by Classifier, if a child page contains multiple ClassifierTerms belonging to that Classifier. Upgrade considerations ---------------------- * As described in the `Wagtail documentation `_, enabling SVG support requires adding the following to the Django settings file: ``WAGTAILIMAGES_EXTENSIONS = ["gif", "jpg", "jpeg", "png", "webp", "svg"]``. Thank you! ---------- Thanks to everyone who contributed to `3.0.3 on GitHub `_.