Friday, April 25, 2008

No Model Inheritence in Django?

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:

Carl said...

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.

kron4eg said...

queryset-refactor branch merged into trunk today!