On 1/24/06, Brian Ray <[EMAIL PROTECTED]> wrote: > For Boolean matching I have been sending anything representative of > true or false as string, "t" here for PostgreSQL > <http://www.postgresql.org/docs/8.1/static/datatype-boolean.html>: > > beerlist = beers.get_list(domestic__exact="t");
Try this: beers.get_list(domestic__exact=True) Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org