Skip to content

Releases: lorinkoz/django-js-choices

v0.5.1

25 Aug 22:11
7533d1e
Compare
Choose a tag to compare
  • Fixed max version of Django (@ckarli)

v0.5.0

19 Apr 18:53
Compare
Choose a tag to compare
  • Added support for Django 4
  • Dropped support for Django 3

v0.4.0

31 Jul 08:57
824ca8f
Compare
Choose a tag to compare
  • Added ability to register custom choices (@luisiacc)

v0.3.2

27 Feb 19:38
Compare
Choose a tag to compare
  • Revamped management command to generate the file directly in the static files storage.
  • Increased test coverage.

v0.3.1

27 Feb 04:54
Compare
Choose a tag to compare
  • Fixed critical bug 🤦🏼

v0.3.0

23 Feb 21:57
Compare
Choose a tag to compare
  • Reorganized code.
  • Added basic testing.