Hi there!

I'm developing a small django app with some models and modelformsets.
Using Django Debug-Toolbar I noticed the overhead (in my particular
case) which Django makes by performing extra queries to validate a
form in a formset

http://dpaste.com/hold/263886/

I know that this is needed in many cases, but in mine i would like to
reuse the objects evaluated from the queryset since performance is
crucial in my app. Can i somehow change this behaviour?

Regards

SÅ‚awek

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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