The problem is that each project can have multiple tags (and each tag
can have multiple projects), so to take the example:

>>> peeps = Person.select(
...         AND(Address.q.personID == Person.q.id,
...             Address.q.zip.startswith('504')))

This doesn't seem like it would work because it is testing multiple
attributes which each have a single value - I'm trying to test for a
value in an array of values which makes up the attribute.

Project.tags would be an array of Tag objects, and I am simply testing
if a given project has a single given tag.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to