--
Ticket URL: <https://code.djangoproject.com/ticket/17093>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:1>
* cc: bradley.ayers@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:2>
* cc: waylan@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:3>
Comment (by steveire):
For an equivalent API (in C++) see
http://www.grantlee.org/apidox/classGrantlee_1_1Engine.html.
It also allows the case of pre-loading template tag modules brought up
recently on the devel mailing list.
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:4>
* cc: techtonik@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:5>
* cc: kmike84@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:6>
* cc: tgecho (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:7>
* cc: yac (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:8>
* owner: nobody => chrismedrela
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:9>
Comment (by anonymous):
See progress of my work at github
https://github.com/chrismedrela/django/tree/ticket_17093.
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:10>
Comment (by chrismedrela):
That was me.
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:11>
Comment (by chrismedrela):
I've started discussion at django-developers mailing list
https://groups.google.com/d/topic/django-
developers/WT1cOvpPbSM/discussion.
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:12>
Comment (by chrismedrela):
I rebased my work. I kept old branch and created new one
(https://github.com/chrismedrela/django/tree/ticket_17093v2) where I'm
pushing my work. The branch is almost ready to review.
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:13>
Comment (by chrismedrela):
Please watch new branch
(https://github.com/chrismedrela/django/tree/ticket_17093v3).
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:14>
Comment (by techtonik):
What is exactly the scope of data that should encapsulated in
`TemplateEngine`, and what will be left behind?
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:15>
* owner: chrismedrela => aaugustin
* status: new => assigned
Comment:
I'm picking this up as part of my Multiple Template Engines project.
See https://github.com/aaugustin/django/compare/refactor-template-engine-
as-library
I'm going to perform a more intensive cleanup and reorganisation of
django.template.
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:16>
* has_patch: 0 => 1
Comment:
PR: https://github.com/django/django/pull/3605
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:17>
* status: assigned => closed
* resolution: => fixed
Comment:
I assume this can be closed since the PR was committed. Please reopen if
there is still more work to do.
--
Ticket URL: <https://code.djangoproject.com/ticket/17093#comment:18>