Hello,

I need to disable the queryset caching in two situations:
 * When I process a huge amount of rows, and for each one I have to
perform a new queryset. The script memory increases very quick and the
system run out of memory.
 * When I generate a form dinamically from a queryset.

Is there any way I could disable the caching system for a certain
queryset?

Thank you.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to