Re: bug in multi-level multi-table inheritance?

2013-07-22 Thread Dow Street
All, I've added a ticket for this issue: https://code.djangoproject.com/ticket/20776 If anyone has a chance to verify that this is a bug (rather than a programming error on my part) I would greatly appreciate it. Thanks! Dow On Jul 18, 2013, at 11:08 PM, Dow Street

bug in multi-level multi-table inheritance?

2013-07-19 Thread Dow Street
All, I'm seeing some unexpected behavior when using multi-level multi-table inheritance. In the example below there are three levels in the class hierarchy. When accessing the name field (which is stored in the Level1 base class) from an object in Level3, the query does not seem to walk the