- add support for Django development versions
- add support for Django>=1.8
- change sync to async when validating form and fix warning: [Deprecation] Synchronous XMLHttpRequest on the main thread
- add functional tests
- add unit tests
- change DeleteAjaxMixin to DeleteMessageMixin
- add generic views BSModalCreateView, BSModalUpdateView, BSModalReadView, BSModalDeleteView, BSModalLoginView
- add form BSModalForm
- update README.rst
- fix deleted release 1.3.0 at pypi
- support Django messages framework
- fix redirection to success_url
- update README.rst
- fix formURL setup after invalid form submission returns errors via Ajax
- update README.rst
- update formURL setup to support a dynamic setup of form's action attribute
- support Django UpdateView
- update README.rst
- fix redirection to success_url
- update README.rst
Initial release.