Yeah, what I have is:

class Container(models.Model):
  parent = models.ForeignKey('self', null=True, related_name='child')

I toyed with the idea of a custom Manager but wanted to see first if
Django already handled this scenerio "out of the box" and I was just
missing it.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to