Hi, On Friday, September 30, 2011 2:22:12 AM UTC+2, Ramiro Morales wrote: > > 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. >
Yes, and it's super annoying, so I am +1 for everything which fixes it :) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/-bV7lLoa38kJ. 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.
