The Travis CI builds are currently failing when building against the Django development branch. The failures are occurring in the test fixture setup, not in the actual nested formset code. Django now requires that formset declarations specify fields to use, which the test formsets do not do.
The Travis CI builds are currently failing when building against the Django development branch. The failures are occurring in the test fixture setup, not in the actual nested formset code. Django now requires that formset declarations specify fields to use, which the test formsets do not do.