I would like to track which items are being loaded in a queryset,
without having to loop through the entire list.

I think the best way would be to extend the Queryset object, probably
the "__iter__" or "iterator" methods...

But I don't want to copy-and-paste or mess with the Queryset code too
much.

Am I close? Any suggestions?
--~--~---------~--~----~------------~-------~--~----~
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