On Mon, 2008-04-28 at 15:30 -0500, Martin Diers wrote: > I could be wrong, but I believe that this is because a Model is not > derived from the default __metaclass__, but is generated by a separate > class factory which overrides the default behavior.
No, that has nothing to do with it. It's because models are constructed via a "fast path" using the Model.from_sequence() method in some cases. Malcolm -- The cost of feathers has risen; even down is up! http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
