The code of views.generic.list_detail. object_list has the following
line:
queryset = queryset._clone(),

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


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to