Skip to content

Releases: openwisp/django-flat-json-widget

0.3.0 [2024-08-23]

23 Aug 15:25
0.3.0
25235e7
Compare
Choose a tag to compare

Changes

Dependencies:

  • Added support for Python 3.10.
  • Dropped support for Python 3.7.
  • Added support for Django 4.2.
  • Dropped support for Django 3.1.x and 4.0.x.

0.2.0 [2022-03-19]

19 Mar 13:49
0.2.0
Compare
Choose a tag to compare

Changes

  • Added support for Django 3.2 and Django 4.0
  • Added support for python 3.9

0.1.3 [2021-07-20]

20 Jul 02:48
0.1.3
Compare
Choose a tag to compare
  • [fix] Added jquery.init.js in the widget media to fix django.jQuery JS error

0.1.2 [2020-12-05]

11 Dec 20:31
0.1.2
Compare
Choose a tag to compare
  • [change] Rebuild UI based on CSS display property instead of visibility;
    This change allows to manipulate the contents of the text area and trigger the recompilation of the UI also if the field is not visible.

0.1.1 [2020-09-14]

14 Sep 20:55
0.1.1
Compare
Choose a tag to compare
  • Made clear raw editing mode is JSON

0.1.0 [2020-08-17]

17 Aug 20:41
0.1.0
Compare
Choose a tag to compare
  • first release