Sure, but it's very common (and good database etiquette) to want to get
a subset of fields from a set of  rows and leave out unnecessary
information. This is really quite important when it comes to things
like blob fields.

It'd be very nice if the standard queryset could also take a
values-style argument to not select a database field. As it is you can
either accept the overhead, or repeat your model functions to live
without an object.

--Simon


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to