On Fri, Jan 22, 2010 at 9:15 AM, Igor <[email protected]> wrote:
> Hello, > > I need to exclude some items from a QuerySet based on field analysis > with regular expressions. Which means in my understanding means that I > need to first evaluate the QuerySet and then go thru it and use python > to remove some items based on my analysis. > Does the regex lookup ( http://docs.djangoproject.com/en/dev/ref/models/querysets/#regex) combined with exclude() not meet your needs? Karen -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

