carltongibson / django-template-partials

Reusable named inline partials for the Django Template Language.
MIT License
387 stars 15 forks source link

feat: update partial tag names to follow Django convention #18

Closed scriptogre closed 9 months ago

scriptogre commented 10 months ago

BREAKING CHANGE: The tag name 'startpartial' is deprecated and will be removed in future versions. Use 'partialdef' instead.

Fixes issue #12 - templatetag incompatible with IntelliJ editors.

carltongibson commented 10 months ago

@scriptogre Fancy looking at the test errors here? Thanks.

carltongibson commented 9 months ago

Merged into main as 4c3c9cdb0984670beab032162856f8cf73fcdde2. Thanks for this @scriptogre! It'll be in the next release shortly. 🎁