Re: Passing context variables from template to view

2010-03-25 Thread Karen Tracey
The topic of this list is discussion of the development of Django itself. Please ask questions about using Django on django-users. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...

Passing context variables from template to view

2010-03-25 Thread Kasto
Hi, I am looking to implement an "Export to Excel sheet" feature. The result-set is already available and rendered in the template. I need to provide a link or button to export result to Excel sheet. Result-set is a set of list variables and cannot be passed over GET request due to length limitat