* Add good test coverage, travis CI and Coveralls support
* Update code for clarity, PEP-8 and line-length (80 columns)
* Update documentation for new methods, and a note about Crispy Forms
* Update signature of get_form_kwargs() to include `instance`
* Add `get_form_kwargs()` method to the plugin base class (thanks: hcNick)
* Store state as QueryDict in sessions (thanks: jproffitt)