Will, Can you post your model and SearchDefinition for it?
On 20/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I am using the django trunk (updated roughly twice a week). When I do a > test server run(i usually use apache) it says pre-.96 so I think its > the dev version. In case this might be more helpful here is the last > traceback entry. > -------------- > > # <my django workspace>\stuff\search\helpers.py in get_id_list > > 31. for row in > controller.model_module.objects.values('id').filter(*args, > **kw).iterator(): ... > > 32. yield row['id'] > 33. > 34. def make_date_lookup(fieldname): > 35. > 36. def _date_lookup(value): > 37. parts = [int(el) for el in value.split('/')] > > ? Local vars > Variable Value > args (<django.db.models.query.QOr object at 0x04DA9FD0>,) > controller <stuff.search.utils.ConceptSearchController object at > 0x04DA9E70> > kw {} > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---