#2539: Custom tags and filters can be restricted by namespace
---------------------------------+------------------------------------------
   Reporter:  [EMAIL PROTECTED]  |                Owner:  anonymous      
     Status:  assigned           |            Component:  Template system
    Version:                     |           Resolution:                 
   Keywords:                     |                Stage:  Accepted       
  Has_patch:  1                  |           Needs_docs:  1              
Needs_tests:  1                  |   Needs_better_patch:  1              
---------------------------------+------------------------------------------
Changes (by durdinator):

 * cc: [EMAIL PROTECTED] (added)

Comment:

 This will need to play nicely with [6289] -- loading templatetags from
 subdirectories.
 
 Due to that change, a conflict between app_name.tag_library and
 tag_library.subdirectory could arise:
 {{{
 foo/
     templatetags/
         bar.py
 
 baz/
     templatetags/
         foo/
             bar.py
 }}}
 In such a case, the app_name.tag_library should take priority.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2539#comment:19>
Django Code <http://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