Skip to content

Latest commit

 

History

History
140 lines (93 loc) · 2.89 KB

CHANGELOG.rst

File metadata and controls

140 lines (93 loc) · 2.89 KB

Changelog

3.0.4 (2023-06-18)

  • fix broken examples by bumping django-widget-tweaks dependency version

3.0.3 (2023-06-04)

  • add get_success_message method in FormValidationMixin

3.0.2 (2023-05-02)

  • fix call to get_success_url method in FormValidationMixin

3.0.1 (2023-05-02)

  • fix redirect in FormValidationMixin

3.0.0 (2023-05-02)

  • 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

2.2.1 (2023-03-05)

  • add support for Bootstrap5 without jQuery dependency
  • update documentation with Bootstrap5 examples

2.2.0 (2021-04-27)

  • add custom is_ajax function since Django's is_ajax is deprectated
  • change post method to delete method in DeleteMessageMixin

2.1.0 (2021-03-06)

  • fix form submission with button type submit

2.0.1 (2020-11-22)

  • fix file uploads by updating form serialization

2.0.0 (2020-06-28)

  • 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

1.5.0 (2019-11-23)

  • disable submitBtn after submission
  • add support for multiple modals with unique ids on single page

1.4.4 (2019-09-29)

  • add support for Django development versions

1.4.3 (2019-09-15)

  • add support for Django>=1.8

1.4.2 (2019-04-15)

  • change sync to async when validating form and fix warning: [Deprecation] Synchronous XMLHttpRequest on the main thread

1.4.1 (2019-04-02)

  • add functional tests

1.4.0 (2019-03-31)

  • add unit tests
  • change DeleteAjaxMixin to DeleteMessageMixin

1.3.2 (2019-03-30)

  • add generic views BSModalCreateView, BSModalUpdateView, BSModalReadView, BSModalDeleteView, BSModalLoginView
  • add form BSModalForm
  • update README.rst

1.3.1 (2018-08-31)

  • fix deleted release 1.3.0 at pypi

1.3.0 (2018-08-31)

  • support Django messages framework
  • fix redirection to success_url
  • update README.rst

1.2.1 (2018-08-14)

  • fix formURL setup after invalid form submission returns errors via Ajax
  • update README.rst

1.2.0 (2018-08-12)

  • update formURL setup to support a dynamic setup of form's action attribute
  • support Django UpdateView
  • update README.rst

1.1.0 (2018-08-11)

  • fix redirection to success_url
  • update README.rst

1.0 (2018-05-28)

Initial release.