Marc Tamlyn 219d316b49 Fix iteration on querysets.
If iteration of a queryset was interrupted (by a break, or a caught
error), the next iterator would start from the second element as the
cursor had already moved to the first. This is fixed by adding a rewind
into the __iter__ method.
2011-10-05 13:26:57 +01:00
..
2011-09-09 17:36:40 +01:00
2011-06-20 09:44:53 +01:00
2011-10-05 13:26:57 +01:00
2011-06-14 16:56:04 +01:00