From 2c6ef625ad73c38769f086733356e37a938b69c3 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] [1.7.x] Fixed #23072 -- Added missing formtools test templates in tarball The lack of this file breaks the test suite. Backport of a2d0831e42 from master. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 01aa49abf0..cbd641cc94 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 *