> I've run into a problem trying to model something in Django
> and could use some advice.  In a nutshell, I'm trying to
> relate a single table to multiple (other) tables using a
> single foreign key field and foreign key type.  I'm aware of
> the manytomany relationship type of Django but I don't think
> this will provide the functionality I'm looking for.

It sounds like you're looking for

http://www.djangoproject.com/documentation/contenttypes/#generic-relations

which, serendipitously happens to use tagging as an example :)

-tim




--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to