On 11/2/06, Merric Mercer <[EMAIL PROTECTED]> wrote: > Assuming I have a generic view. Can I used the "extra_context" > parameter to pass a request object to a function elsewhere or resolve > request.path directly?
Why not use RequestContext instead of Context, and enable the 'request' context processor? http://www.djangoproject.com/documentation/templates_python/#subclassing-context-requestcontext -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users -~----------~----~----~----~------~----~------~--~---

