- add custom is_ajax function since Django's is_ajax is deprectated
- change post method to delete method in DeleteMessageMixin
- fix form submission with button type submit
- fix file uploads by updating form serialization
- rename BSModalForm to BSModalModelForm supporting Django's forms.ModelForm
- add support for Django's forms.Form with BSModalForm
- add generic view BSModalFormView
- add support for asynchronous page updating after form submission
- disable submitBtn after submission
- add support for multiple modals with unique ids on single page
- 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.