Re: ProgrammingError with PostgreSQL: operator does not exist: integer ~~* unknown

2008-04-19 Thread Merrick
I understand what you are saying the problem is. In my case here is what sets this off: class Meta: unique_together = ('city', 'title',) where city is a foreign key and now I see the mixed types. On Apr 18, 8:58 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri,

Re: ProgrammingError with PostgreSQL: operator does not exist: integer ~~* unknown

2008-04-18 Thread Malcolm Tredinnick
On Fri, 2008-04-18 at 17:26 -0700, Merrick wrote: > I get the same problem as described here: > > #6523 > http://code.djangoproject.com/ticket/6523 > > There is a diff file which says it fixes the problem, how should I > proceed? If implement the diff, anyone care to tell me how please. We

ProgrammingError with PostgreSQL: operator does not exist: integer ~~* unknown

2008-04-18 Thread Merrick
I get the same problem as described here: #6523 http://code.djangoproject.com/ticket/6523 There is a diff file which says it fixes the problem, how should I proceed? If implement the diff, anyone care to tell me how please. --~--~-~--~~~---~--~~ You received this