#16787: {% load %} doesn't work with libraries in package heierarcy
-------------------------------------+-------------------------------------
               Reporter:  isagalaev  |          Owner:  isagalaev
                   Type:  Bug        |         Status:  new
              Milestone:             |      Component:  Template system
                Version:  1.3        |       Severity:  Release blocker
             Resolution:             |       Keywords:
           Triage Stage:  Ready for  |      Has patch:  1
  checkin                            |    Needs tests:  0
    Needs documentation:  0          |  Easy pickings:  0
Patch needs improvement:  0          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
Changes (by tobias):

 * has_patch:  0 => 1
 * stage:  Accepted => Ready for checkin


Comment:

 The patch includes an empty {{{__init__.py}}} file which didn't get added
 for me when I applied it.  Running this fixes it:

 {{{
 touch tests/regressiontests/templates/templatetags/subpackage/__init__.py
 }}}

 I reviewed the patch with Ivan at the sprint today and I'm happy with v4.
 As he said in the description, this functionality used to exist, so we
 don't think there's a need for a separate section in the docs explaining
 it.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16787#comment:3>
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 this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to