From 892a45d6426940942900bbcf49ba3c8ac60796b3 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 8 Sep 2025 15:29:58 +0200 Subject: [PATCH] Refs #36410 -- Added link to migration guide for template-partials. --- docs/releases/6.0.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index d384299fc6..e11a16162a 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -107,6 +107,11 @@ with :func:`~django.template.Engine.get_template`, template-loading tools, enabling more modular and maintainable templates without needing to split components into separate files. +A `migration guide`_ is available if you're updating from the +:pypi:`django-template-partials` third-party package. + +.. _migration guide: https://github.com/carltongibson/django-template-partials/blob/main/Migration.md + Minor features --------------