The infamous commit #7126 seems to obsolete generic relations -- to
me.

class ContentType(models.Model):
    class Meta:
        abstract = True

class TaggedItem(models.Model):
    content_object = models.ForeignKey(ContentType)

The just introduced model inheritance will even let me include fields
common to ContentType descendant. I was just curios if,

I understand this correctly and,

which will be the preferred way.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to