Method for programatic interaction is not documented

Issue #5 resolved
Ben Ritter created an issue

I wish to programmatically interact with a formset (to add forms, change some of their values, etc.). What is the intended way to do this? Can it be documented in the README?

Comments (1)

  1. Tim Heap repo owner

    I've added some docs on the JS functions you can call on a Formset instance to the README. You can see the updated README on PyPI or in Bitbucket.

    I have not made a new release with the changed README, so the documented methods should work with your current version.

  2. Log in to comment