summaryrefslogtreecommitdiff
path: root/MANIFEST.in
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:45:50 +0200
commita2d0831e4242b97e0378414c4379ad8d3030ed6e (patch)
tree796682eb24b7f0721e5232a3d1b9e5a61d12562a /MANIFEST.in
parentb4cf7e3d1de2d9700812872b04f6fe8eb88e8bff (diff)
downloaddjango-a2d0831e4242b97e0378414c4379ad8d3030ed6e.tar.gz
Fixed #23072 -- Added missing formtools test templates in tarball
The lack of this file breaks the test suite.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
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 *