- fix broken examples by bumping django-widget-tweaks dependency version
- add get_success_message method in FormValidationMixin
- fix call to get_success_url method in FormValidationMixin
- fix redirect in FormValidationMixin
- deprecate support for python < 3.8
- deprecate support for Django < 3.2
- deprecate SuccessMessageMixin
- add FormValidationMixin
- add support for Chrome, Firefox, Edge and Safari drivers when running funtional tests
- update examples to Django=4.2
- update README.rst
- add support for Bootstrap5 without jQuery dependency
- update documentation with Bootstrap5 examples
- 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.