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.
--
Ticket URL: <https://code.djangoproject.com/ticket/23072>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"a2d0831e4242b97e0378414c4379ad8d3030ed6e"]:
{{{
#!CommitTicketReference repository=""
revision="a2d0831e4242b97e0378414c4379ad8d3030ed6e"
Fixed #23072 -- Added missing formtools test templates in tarball
The lack of this file breaks the test suite.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23072#comment:1>
Comment (by Claude Paroz <claude@…>):
In [changeset:"2c6ef625ad73c38769f086733356e37a938b69c3"]:
{{{
#!CommitTicketReference repository=""
revision="2c6ef625ad73c38769f086733356e37a938b69c3"
[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.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23072#comment:2>