Allows interaction with a form over multiple sessions, similar to many job and school application sites.
$ python setup.py install
The project provides a mixin that will add the following methods to a model:
- class methods:
- get_required_fields()
- multisessionform_factory()
- instance methods:
- is_complete()
- get_first_incomplete_field()
- complete_fields(ignore_required_fields = True)
- incomplete_fields()