jatin-practice / django-rest-interface

Automatically exported from code.google.com/p/django-rest-interface
0 stars 0 forks source link

Improvement: pass user context variable to TemplateResponder. #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We often need to pass user context variables to the template and we can't
use the extra_context attribute of the TemplateResponder because it would
affect all requests.

This could be done by adding a context parameter to the TemplateResponder
methods.

Original issue reported on code.google.com by jvisin...@gmail.com on 22 Oct 2007 at 8:33

GoogleCodeExporter commented 8 years ago

Original comment by stuhlmue...@gmail.com on 3 Nov 2007 at 5:36