A dumb question, but will objects.all() cause any kind of
performance
hit ?
I mean when the code appends QuerySet.filter(pk=object_id),
will it
condense that to a SQL statement that returns one object or
reutrn all
obejcts then do the PK query ?
Thanks,
--~--~---------~--~----~------------~-------~--~----~
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-unsubscribe googlegroups.com
For more options, visit this group at http://gr
oups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---
|