Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.33 KB

CHANGELOG.rst

File metadata and controls

72 lines (48 loc) · 1.33 KB

Changelog

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.