summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaƫl Hertzog <hertzog@debian.org>2014-07-22 01:05:14 +0200
committerClaude Paroz <claude@2xlibre.net>2014-07-22 10:47:27 +0200
commit2c6ef625ad73c38769f086733356e37a938b69c3 (patch)
tree7e20af9b5965a7b04c58ef3ac1b8c9fcf724f8e1
parent59fec1ca9b3c426466f0c613a5ecf2badb992460 (diff)
[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.
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
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 *