Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 502 Bytes

README.rst

File metadata and controls

23 lines (14 loc) · 502 Bytes

Django Multi Session Form

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()