﻿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
1430	custom templatetags, custom tag/filter definitions file naming convention.	coulix	Adrian Holovaty	"Following the doc : http://www.djangoproject.com/documentation/templates_python/
I picked filters_extras for the tag/filter definitions file name.
Resulting in 


{{{
Exception Type:  	TemplateSyntaxError
Exception Value: 	'filter_extras' is not a valid tag library: Could not load template library from django.templatetags.filter_extras, No module named filter_extras
Exception Location: 	/usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django/core/template/defaulttags.py in load, line 650
}}}

After trial and errors it comes from the word ""'''extras'''"",


"	defect	closed	Template system	0.91	minor	worksforme	template templatags filter		Unreviewed	0	0	0	0	0	0
