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] > <javascript:>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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/5bc8d50f-13c0-42e5-92f4-1c3bd678dde2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

