I'm using postgres and getting ``` operator does not exist: integer = text LINE 7: ... LEFT OUTER JOIN django_comments b ON a.id = b.object... ``` when I hit the `/list/` page
I'm using postgres and getting
when I hit the
/list/page