> I am really close to finishing the rewrite work necessary to make this
> easy. It's a bug that it doesn't work already. You should be able to
> filter using
>
>         Post.objects.filter(tag = 'django').filter(tag = 'python')

Yes! This is what I tried before but noticed it did not work (the
second filter would always return nothing). It's good to know this is a
bug but my thinking was still correct. Thanks for clarifying this

> (There have been other solutions to the same problem posted on this
> list, too).

I apologize for not noticing the other solutions. I searched the
archive with keywords that I thought would turn something up, but
couldn't find anything.

And everyone else, thank you for your input, too. My solution for the
now will be to keep the current Python code (as mentioned by Dave, it's
a tradeoff between the Python and SQL loop) until filter is fixed.

I appreciate everyone's input!


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to