Looking at migration guide https://github.com/carltongibson/django-template-partials/blob/main/Migration.md
Django Cotton guide at https://django-cotton.com/docs/django-template-partials would need the reference to "template_partials.apps.SimpleAppConfig" in INSTALLED_APPS to be removed.
Also the part regarding TEMPLATES customization probably need some experimentation regarding template_partials.loader which will be a Django built-in instead.
Maybe it would be best to have a separate docs page for "Django 6 built-in template partials" when this setup has been figured out as the Django 5.2 LTS version users will probably keep using the django-template-partials package for a while.
Originally posted by @jasalt in #302