diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2025-09-08 15:29:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-08 15:29:58 +0200 |
| commit | 892a45d6426940942900bbcf49ba3c8ac60796b3 (patch) | |
| tree | 340ced92d0c7cdfe5735a09769422e8d14a31ba0 /docs | |
| parent | 0231f71d31b3afa92b9b5b64ddad7efb9fab9a40 (diff) | |
Refs #36410 -- Added link to migration guide for template-partials.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 -------------- |
