On Thu, Sep 29, 2011 at 8:43 PM, Luke Plant <[email protected]> wrote: > Hi all, > > r16568 [1] added SimpleTemplateResponse.__getattr__ as part of a fix for > #16326 [2]. > > There is one obvious bug in the implementation - it calls > super(...).__getattr__ which itself raises AttributeError because none > of the base classes have __getattr__. It should use getattr instead.
#16935[1] reports that, I think. https://code.djangoproject.com/ticket/16935 -- Ramiro Morales -- 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.
