﻿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
11130	incorrect namespace error in django/docs/howto/custom-template-tags.txt code example	Johann Heller	nobody	"The surrounding code examples assume that the import statement used is '''from django import template'''.

The last code example in the ''Passing template variables to the tag'' section follows this except for the line:

'''self.date_to_be_formatted = Variable(date_to_be_formatted)'''

This line should read:

'''self.date_to_be_formatted = ''template.''Variable(date_to_be_formatted)'''"		closed	Documentation	dev		fixed		johann@…	Ready for checkin	1	0	0	0	0	0
