It looks like you can pass in an argument called "extra_context" which is just a dictionary. I don't see why you couldn't pass in " request.GET" in that dict.
http://www.djangoproject.com/documentation/generic_views/#date-based-generic-views
On 5/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
On Thursday 04 May 2006 11:33, [EMAIL PROTECTED] wrote:
> Hi,
>
> Is there a way (I bet there is) to find GET parameters (?page=3&test=6)
> inside the template of a generic view ?
>
> Z.
I think I've found my answer using TEMPLATE_CONTEXT_PROCESSORS.
Is if possible to define easily a set of static variables that will be
available inside the templates ? I guess there is a way using
TEMPLATE_CONTEXT_PROCESSORS. but it sounds like such a common need that there
might be a solution out of the box ...
Z.
--
Clint Ecker
[EMAIL PROTECTED]
http://phaedo.cx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---