On 6/1/06, Michael Radziej <[EMAIL PROTECTED]> wrote: > I'm curious how in this function the local variable 'opts' spontaneously > appears on stage. Looks like a bug, but I'm not an expert on meta class > programming. I found this by pychecker, so it might also be dead code. > Else, wouldn't it be self.opts instead?
Ah, that should be self._meta instead of self.opts. Thanks for the catch! I've fixed it in [3046]. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
