Re: model design problem

2009-12-07 Thread Daniel Goertzen
t; group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > >

Re: model design problem

2009-12-07 Thread Daniel Goertzen
gt; django-users+unsubscr...@googlegroups.com > . > > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > > > > > > > -- > > You received this message because you are subscribed to the Google Groups > "Django user

Re: model design problem

2009-12-07 Thread Daniel Goertzen
ttributes into > existing classes. I really would rather not go there. > > So, my question: Is there a nice DRY way to get the kind of > structured composition that I want? > > Side question: Is there another python ORM that could address my need > better? > > Thanks, > Da