Hacker News new | ask | show | jobs
by mixmastamyk 904 days ago
We use that, a base model and some mixins, but we use Meta.abstract=True (or similar, not at my desk) on the parents and have not noticed any issues, though have not looked for them either! Should I be concerned?
1 comments

That works fine. It's when you inherit from a non-abstract model that you end up with the trickier data model.