> I need some guidance on sub-classing a model ... Actually, you can't subclass a model ... anymore / yet. Something like this existed prior to an momentous event called the Magic Removal Branch, which was before my time but appears to have been the Django equivalent of the Spanish Inquisition (insert Pythonesque allusion to "Nobody expects ..."). See http://code.djangoproject.com/wiki/RemovingTheMagic
But you will be able to Real Soon Now. Malcolm Tredinnick is working on the queryset-refactor branch which supports model inheritance. It is in active testing by a number of sites. See the Wiki page: http://code.djangoproject.com/wiki/QuerysetRefactorBranch So you can either join the testing crowd now, or wait until the official release. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

