And looking at the request using django-debug-toolbar, I confirmed that none of the context processors were applied to the templates.
On Tuesday, January 20, 2015 at 8:26:22 AM UTC-5, Mark Rogaski wrote: > > Yes, I've appended it to the defaults. > > TEMPLATE_CONTEXT_PROCESSORS += ( ' > django.core.context_processors.request', ) > > On Tuesday, January 20, 2015 at 7:43:54 AM UTC-5, Edgar Gabaldi wrote: >> >> did you register the context processor in settings? >> >> On Tue, Jan 20, 2015 at 3:32 AM, Mark Rogaski <[email protected]> wrote: >> >>> Hello, >>> >>> I'm coming back to Django after working with 1.4/1.5. Within a custom >>> template for auth.views.password_reset, I'd like to access the request >>> data using django.core.context_processors.request. But it doesn't look >>> like any template context processors are applied. >>> >>> It's not a big problem for me, but it seems that the contrib packages >>> should support this ... it's really a lovely feature. Has anyone else run >>> into this or know if this is something that is slated to be added? >>> >>> Thanks, >>> Mark >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/django-users. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/df79e5ef-67e0-41fd-9ca1-af4d0eaefd4f%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/django-users/df79e5ef-67e0-41fd-9ca1-af4d0eaefd4f%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bf857384-6699-49c7-a14f-3d6c6247eaa2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

