#10079: [trivial, patch] Make template.context usable outside of Django
-----------------------------+----------------------------------------------
 Reporter:  kcarnold         |       Owner:  nobody    
   Status:  new              |   Milestone:            
Component:  Template system  |     Version:  1.0       
 Keywords:                   |       Stage:  Unreviewed
Has_patch:  1                |  
-----------------------------+----------------------------------------------
 I needed a data structure exactly like Django's Context object for a
 project. Unfortunately, the whole module imports {{{settings}}} even
 though it's only needed in one place. The trivial attached patch moves the
 import to where it's actually needed.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10079>
Django <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