On 3/13/07, Laurie Harper <[EMAIL PROTECTED]> wrote: > Is there anything like this already in Django?
Django currently does not support model subclassing -- if anything happens to work, it's more accident than anything else, because proper support for model subclassing is still being worked on. For the time being, a unique foreign key is the preferred solution. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

