Since multi-table-inheritance is the only kind of inheritance (apart 
from abstract/proxy) supported by Django's ORM, I don't know what 
other type of inheritance django_polymorphic would be referring to... 

As per my original post, I want to store everything in one table (all 
subclasses have the same fields). I just want to have different python 
behaviour for subclasses.

Basically proxy models but with a known type and polymorphic querysets.

I still haven't looked into django_polymorphic to see if it does that, but 
it seems like it could easily... Hopefully I'll get time to play with it in 
the next couple days.

Regards
Craig

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to