﻿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
23072	Release tarball is missing django/contrib/formtools/tests/wizard/wizardtests/templates/other_wizard_form.html	Raphaël Hertzog	nobody	"And since the file is missing the test suite is failing in django.contrib.formtools.tests.wizard.wizardtests.tests.WizardTestKwargs.test_template with a ""TemplateDoesNotExist: other_wizard_form.html"" exception.

A simple fix is:
{{{
$ git diff
diff --git a/MANIFEST.in b/MANIFEST.in
index 01aa49a..cbd641c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -24,6 +24,7 @@ recursive-include django/contrib/auth/tests/templates *
 recursive-include django/contrib/comments/templates *
 recursive-include django/contrib/formtools/templates *
 recursive-include django/contrib/formtools/tests/templates *
+recursive-include django/contrib/formtools/tests/wizard/wizardtests/templates *
 recursive-include django/contrib/flatpages/fixtures *
 recursive-include django/contrib/flatpages/tests/templates *
 recursive-include django/contrib/gis/static *
}}}

The problem also exists on the master branch."	Bug	closed	Packaging	1.7-rc-1	Release blocker	fixed			Unreviewed	1	0	0	0	0	0
