nyergler / nested-formset

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

Pass files to nested formset #6

Closed jasisz closed 10 years ago

jasisz commented 10 years ago

Otherwise it won't work with file fields. Just a quickie, needs tests of course.

nyergler commented 10 years ago

Thanks for the PR; this would of course be very useful.

The Travis failures is unrelated to this change; see #7 for details.

I'd be happy to merge this with a test. Any interest in writing one? I suspect you don't even need to use "real" file data, just pass in something for the files kwarg and assert that it's passed along.

nyergler commented 10 years ago

I wrote a test and added it to your commit. Thanks!