#5949: Add RequestContext in middlewares or in templates --------------------------+------------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Component: Core framework Version: SVN | Keywords: request context templates middleware Stage: Unreviewed | Has_patch: 0 --------------------------+------------------------------------------------- Hello,
More times, when anyone use a extern django application, if this do not add a request context in the render_to_response, the parent templates can not print his data that a middlweare put in HttpRequest. For this, I think is a good idea set the adding of request context in the context of templates, from the settings, o directly from the templates. Templatetags and filters do not permit access to request data for use his values. Thanks -- Ticket URL: <http://code.djangoproject.com/ticket/5949> 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 -~----------~----~----~----~------~----~------~--~---
