Re: how to use strings in queries?? or do lookups with dynamic number of Q objects?

2009-02-23 Thread Oxford
Hi Pete Have you tried chaining the filters? q = Entry.objects.filter(headline__startswith="What") for x in range(x): q = q.filter(pub_date__lte=x) http://docs.djangoproject.com/en/dev/topics/db/queries/#id3 I've used this chaining method with filters. I would expect Q objects would be fi

Contract Django Work

2007-11-26 Thread Oxford
About Us: We are seeking some contract assistance with specific coding needs. We are a Canadian based company and would prefer Canadian programmers although US programmers should apply. Deliverables: We will provide detailed specs and basic models and would require some backend development (model