On Sat, 2008-06-28 at 17:55 -0700, [EMAIL PROTECTED] wrote: > I agree, having the ORM create O(n) table joins by default would be a > bad idea, but I wonder if we could provide an option to have it do > that.
You can do whatever you like in your models. I don't think it should be part of the core, though, since it's a really bad idea to do it regularly. If you find yourself doing this regularly, your design probably isn't thought out as well as it could be. Duck typing makes sense in an object oriented world. It doesn't make a lot of sense in a relational world and Django's model-inheritance is relational-based. Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---