﻿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
23952	Don't run all template tests with TEMPLATE_STRING_IF_INVALID='INVALID'	Tim Graham	nobody	After the template tests refactor in #23768, I don't think there's a need to run all the template tests with a different value of `TEMPLATE_STRING_IF_INVALID` (see `template_tests/syntax_tests/utils.py`. Instead of `if settings.TEMPLATE_STRING_IF_INVALID:` in a given test, we can add a second assertion to these tests and use `self.settings(TEMPLATE_STRING_IF_INVALID='INVALID')` and then render the template a second time.	Cleanup/optimization	new	Template system	dev	Normal			Preston Timmons	Unreviewed	0	0	0	0	0	0
