* cc: Baptiste Mispelon (added)
* stage: Unreviewed => Accepted
Comment:
Thanks for the report. `foo` may exist, the same error is raised for each
method call for bultin types, e.g.
{{{#!python
def myview(request):
return render(request, "myview.html", {"foo": "X"})
}}}
{{{#!html
{{foo.count}}
}}}
Regression in 09341856ed9008875c1cc883dc0c287670131458.
--
Ticket URL: <https://code.djangoproject.com/ticket/33653#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.