django-treemenus
django-treemenus copied to clipboard
Resolve issue with importing TOKEN_BLOCK depending on django version
Since django 1.8 django.template.init module no longer imports TOKEN_BLOCK constanct. https://github.com/django/django/blob/1.8/django/template/init.py
This is patch for issue #39