﻿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
21526	register = template.Library(). Is the instance name just a convention?	Pablo Oubiña	nobody	"https://docs.djangoproject.com/en/dev/howto/custom-template-tags/#code-layout shows:

[... To be a valid tag library, the module '''must''' contain a module-level variable '''named register''' that is a template.Library instance, in which all the tags and filters are registered. So, near the top of your module, put the following: ...]

if I'm not mistaken, ""register"" is just a convention. I would be more explicit:

[... To be a valid tag library, the module '''must''' contain a module-level variable '''(by convention named register)''' that is a template.Library instance, in which all the tags and filters are registered. So, near the top of your module, put the following: ...]"	Uncategorized	closed	Documentation	1.6	Normal	invalid	register, template, Library		Unreviewed	0	0	0	0	0	0
