On Sat, 2008-02-16 at 15:45 -0800, Chris Drackett wrote:
> I am having two issue with generic relations.
[...]
> any ideas on how to fix this. I think this bug might be
> related, but I can't tell:
>
> http://code.djangoproject.com/ticket/6051#preview
There are a couple of bugs like this with
I am having two issue with generic relations.
I have the following models:
- category (has just an owner that links to the User model)
- tag (has a FK link to category)
- posts, links (models for posts and links that are linked to the tag
model with a generic relation)
the problem I am having