Has anyone used unique_together with a BooleanField? Does unique_together only work for CharFields? Seems like the add manipulator does not enforce the constraint and the change manipulator raises a ProgrammingError exception: ERROR: operator does not exist: boolean ~~* "unknown" due to the sql snippet (in_house is the BooleanField): polls_poll"."in_house" ILIKE 'on'
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---