From a2d0831e4242b97e0378414c4379ad8d3030ed6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Tue, 22 Jul 2014 01:05:14 +0200 Subject: [PATCH] Fixed #23072 -- Added missing formtools test templates in tarball The lack of this file breaks the test suite. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 521a86fdfd..d96430ce67 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -23,6 +23,7 @@ recursive-include django/contrib/auth/templates * recursive-include django/contrib/auth/tests/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 *