nyergler / nested-formset

Nest Django formsets for multi-level editing.
BSD 3-Clause "New" or "Revised" License
87 stars 21 forks source link

Builds are failing with Django 1.7-dev #7

Closed nyergler closed 10 years ago

nyergler commented 10 years ago

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.