On 11/1/05, stava <[EMAIL PROTECTED]> wrote: > Another alternative I tried out in the meantime was to change the > definition of State taking out the "primary_key = True". That worked > fine as well.
Yes, that would work. Just for your knowledge, the reason that would also work is that removing "primary_key = True" in the State model implicitly creates an "id" field. In that case, state__id__in would be a valid lookup parameter. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org