On 8/22/06, Manuel Saelices <[EMAIL PROTECTED]> wrote: > I patched django for permit abstract classes in a model. My syntax maybe > doesn't like to someone...
The new and improved model inheritance that Malcolm is working on will also provide a facility for abstract "base" classes, so I'm thinking this would probably be redundant; there's also been discussion on this list of how the syntax should work, and IIRC the consensus was for a new base class, so that for your abstract class you'd do class MyAbstractModel(models.AbstractModel) -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
