> I have a table full of articles. I want to select the article names (and > some > other related info) but not the actual text of the article, because I'm just > outputting a list on my web page. Is there a way to supress a single field > from the result model objects?
Sounds like you're looking for http://www.djangoproject.com/documentation/db-api/#values-fields It does expect you to specify the columns you *do* want, rather than the columns you *don't* want, but it will allow you to provide a subset of all your columns. -tim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---