Looking at the rest of the code I can't quite see why this 'cloning'
operation takes place, but I have probably missed something.
If the code were to read:
try: queryset = queryset._clone()
except: pass
It would appear to be possible to pass object_list a list, which would
be very useful.
Paul Hide