Based on
this wiki page on Model Inheritance and this
hack on extending models (yuck) not looking too good. I would guess this "just works" in Rails, since I've just redesigned my database now would be the time to switch but I really want Django's admin interface.
2 comments:
Model inheritance works in the queryset-refactor branch of Django, which is stable and almost ready to be merged into trunk. So you'll have it in trunk in a few days/weeks, or you can have it now if you use queryset-refactor.
queryset-refactor branch merged into trunk today!
Post a Comment