This list is for the development of Django. Questions about about how to use Django are located on the django-users list. https://groups.google.com/forum/#!forum/django-users
Regards, Michael Manfre On Thu, Aug 15, 2013 at 9:14 AM, Tuten <[email protected]> wrote: > I am in a situation where if I can cache a variable for a particular > request then things are easy, but I don't need it to be saved for ever...It > should be like a variable which once added to the request will be available > till the end so that duplicate queries can be avoided. like i save to > request.current or something and I get it wherever I want in the request at > the end of request. Is there a way to do this? Are some features pending in > future releases? I am reasonably new to django and python..forgive any ....! > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" 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-developers. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers. For more options, visit https://groups.google.com/groups/opt_out.
