Should I avoid multi-table (concrete) inheritance in Django by any means?

First of all, inheritance has not a natural translation to relational database architecture (ok, I know, Oracle Type Objects and some other RDBMS support inheritance but django don’t take advantage of this functionality) At this point, notice than django generates new tables to subclasses and write lots of left joins to retrieve data from this … Read more