You may want to use an abstract base class. If you're inheriting something from 
another application then they're probably not defined in that way, although it 
might be possible to subclass them as abstract in your own models.py and then 
subclass those. But the ORM nicely hides all of this from you anyway, so it 
won't make a difference in your views.

http://docs.djangoproject.com/en/1.1/topics/db/models/#abstract-base-classes

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

Reply via email to