﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31171	Misleading wording in custom template tags docs.	Takayuki Hirayama	Takayuki Hirayama	"In this sample code, render () method is implemented as a function.



[https://docs.djangoproject.com/en/dev/howto/custom-template-tags/#auto-escaping-considerations howto/custom-template-tags.txt]

{{{
from django.template import Context

def render(self, context):
    # ...
    new_context = Context({'var': obj}, autoescape=context.autoescape)
    # ... Do something with new_context ...
}}}"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Accepted	1	0	0	0	0	0
