makinacorpus / django-templatetag-handlebars

Easily embed Handlebars.js templates in your django templates
GNU Lesser General Public License v3.0
48 stars 21 forks source link

Django >=2.1 compatibility #12

Open gontarz opened 4 years ago

gontarz commented 4 years ago

templatetag_handlebars/templatetags/templatetag_handlebars.py", line 37, in verbatim_tags if token.token_type == template.base.TOKEN_VAR: AttributeError: module 'django.template.base' has no attribute 'TOKEN_VAR'

in Django 2.1 django.template.base has been changed

types of interest:

please apply changes to get Django 2.2 compatibility

leplatrem commented 4 years ago

please apply changes to get Django 2.2 compatibility

Latest commit dates from Jan 4, 2016 :) This is never going to happen :)

gontarz commented 4 years ago

what about https://github.com/makinacorpus/django-templatetag-handlebars/pull/10 ?

maybe there should be some update to beta version to avoid breaking compatibility ?