Hi, On Mar 29, 2:23 pm, Jonathan S <jonathan.slend...@gmail.com> wrote: > Are you planning on keeping the API for registering template tags > compatible? (django.template.Library.register.tag) It will be supported because otherwise upgrading won't be possible, but how well this works in detail would have to be investigated and what a cleaner implementation looks like. Jinja2 has an expression parser and encourages people to create a AST that does what they want in extensions. However in Jinja2 I never encouraged people to write custom tags so the API is very limited there.
Regards, Armin -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.