#2706: request object availability
------------------------------------------------------------+---------------
 Reporter:  Joeboy                                          |        Owner:  
adrian
     Type:  enhancement                                     |       Status:  
new   
 Priority:  normal                                          |    Milestone:     
   
Component:  Core framework                                  |      Version:     
   
 Severity:  normal                                          |   Resolution:     
   
 Keywords:  context rendercontext templatetags templatetag  |  
------------------------------------------------------------+---------------
Comment (by ubernostrum):

 I guess I see this as a common-sense kind of thing: if you're going to
 rely on context processors, or plan to distribute your app to people who
 may rely on context processors, then use `RequestContext` in all your
 views. So I, personally, don't see this as "a rather significant problem";
 YMMV.
 
 For per-tag stuff, keep in mind that `RequestContext` takes an optional
 extra argument specifying extra processors to use only on that instance.

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

Reply via email to