Changes between Version 3 and Version 4 of SummerOfCode2025


Ignore:
Timestamp:
Feb 14, 2025, 3:00:04 AM (9 days ago)
Author:
Carlton Gibson
Comment:

Updated template-partials project description.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2025

    v3 v4  
    130130|| Key Skills || Django Template Language, template tags
    131131
    132 The third-party app django-template-partials allows for reusable named inline partials for the Django Template Language. These named inline partials can be used multiple times within a template or included in other templates. It would be good to have support built-in to core.
    133 
    134 Outcome would be a PR adding this into Django.
     132The third-party app django-template-partials allows for reusable named inline partials for the Django Template Language. These named inline partials can be used multiple times within a template or included in other templates. They are particularly useful when using libraries such as HTMX. It would be good to have support built-in to core.
     133
     134Outcome would be a PR adding this into Django. In addition there would be preparatory work on the Django-template-partials repo to smooth the migration for existing users. There is a [https://github.com/carltongibson/django-template-partials/issues/29#issuecomment-1985720813 tracking issue on the repo] that can be used for guidance.
    135135
    136136== Automate processes within Django contribution workflow ==
Back to Top