-- continue -- Entering the next query in psql returns the correct collection:
SELECT polls_poll.*, polls_vote.voter_ip FROM polls_pol LEFT OUTER JOIN polls_vote ON polls_poll.id = polls_vote.poll_id WHERE polls_vote.voter_ip <> '192.168.1.10' OR polls_vote.voter_ip IS NULL; Can this query be constructed using filter or exclude or do I have to use a custom query? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
