On 11/2/05, Jeffrey E. Forcier <[EMAIL PROTECTED]> wrote:
>
> On Nov 2, 2005, at 10:42 AM, Joey Coleman wrote:
>
> >>>> from django.models.myapp import categories
> >>>> category_names = [ c.category_name | c in categories.get_list() ]
>
> Surely you mean [c.category_name for c in categories.get_list() ] ?? :)
>

  Oops, good catch.  Too much math lately :)

--joey

Reply via email to