#7377: "extends" and "block" tags are not available when constructing template
from scratch
---------------------------------+------------------------------------
     Reporter:  mgeorge@…        |                    Owner:  melinath
         Type:  Bug              |                   Status:  new
    Component:  Template system  |                  Version:  master
     Severity:  Normal           |               Resolution:
     Keywords:                   |             Triage Stage:  Accepted
    Has patch:  1                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+------------------------------------
Changes (by melinath):

 * owner:  nobody => melinath
 * status:  reopened => new


Comment:

 I've made a pull request which fixes this ticket:
 https://github.com/django/django/pull/414. This seems to just have been a
 matter of adding the loader tags to builtins at the same time that the
 defaulttags and defaultfilters are added. Doing so doesn't cause any new
 issues to appear... so unless there's something I'm missing, this should
 be good to go.

 (I don't have tests, but I can't think of a way to add an automated test
 for this.)

-- 
Ticket URL: <https://code.djangoproject.com/ticket/7377#comment:15>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to