Re: Passing a list of field names to the value() method?

2007-06-21 Thread RichardH
On Jun 21, 4:54 pm, Gabriel Farrell <[EMAIL PROTECTED]> wrote: > On Jun 19, 5:19 pm, RichardH <[EMAIL PROTECTED]> wrote: > > > > > This is probably more of a Python question than django, but django > > provides the context for my problem. > > > Requirement: I have got a user defined list of

Re: Passing a list of field names to the value() method?

2007-06-21 Thread Gabriel Farrell
On Jun 19, 5:19 pm, RichardH <[EMAIL PROTECTED]> wrote: > This is probably more of a Python question than django, but django > provides the context for my problem. > > Requirement: I have got a user defined list of field names (e.g. > field_names=['id','name','description',...]) and I want to

Passing a list of field names to the value() method?

2007-06-19 Thread RichardH
This is probably more of a Python question than django, but django provides the context for my problem. Requirement: I have got a user defined list of field names (e.g. field_names=['id','name','description',...]) and I want to pass this list to the value() method on a QuerySet thereby returning