1
0
mirror of https://github.com/django/django.git synced 2025-09-09 18:49:11 +00:00

Refs #36410 -- Added link to migration guide for template-partials.

This commit is contained in:
Carlton Gibson 2025-09-08 15:29:58 +02:00 committed by GitHub
parent 0231f71d31
commit 892a45d642
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
--------------