On 12/14/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > Django does have the ability to do a sort of model inheritance, using > OneToOneFields. This establishes a 1-1 relationship between a base > class and a child class.
I assume it would be possible to get at child instances via some kind of introspection on instances of the base class (ie. so I could iterate usefully over collections of base class instances)? I'll look into how to do such a thing, but, being new to both python and django, would like to know first if such a thing is feasible. Cheers, CB. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---