Skip to content

Releases: labd/wagtailstreamforms

4.1.0

01 Dec 15:06

Choose a tag to compare

Bump version: 4.0.5 → 4.1.0

4.0.5

31 May 08:31

Choose a tag to compare

Handle security update in Django related to uploading multiple files in a FileField.

In Django 3.2 before 3.2.19, 4.x before 4.1.9, and 4.2 before 4.2.1, it was possible to bypass validation when using one form field to upload multiple files. This multiple upload has never been supported by forms.FileField or forms.ImageField (only the last uploaded file was validated). However, Django's "Uploading multiple files" documentation suggested otherwise.

4.0.4

21 Apr 07:58

Choose a tag to compare

minor cleanups

4.0.3

14 Apr 12:51

Choose a tag to compare

4.0.3

  • no BigAutoField in tests
  • add missing migrations; fail when migrations are incomplete

4.0.2

14 Apr 09:05

Choose a tag to compare

Bump version: 4.0.1 → 4.0.2

4.0.1

13 Apr 14:27

Choose a tag to compare

Bump version: 4.0.0 → 4.0.1

Release 4.0.0

13 Apr 14:12

Choose a tag to compare

v4.0.0

Bump version: 3.8.0 → 4.0.0

Release 3.22.0

17 Mar 11:49
1ba77dd

Choose a tag to compare

Based on #200 (comment), wagtail_generic_chooser is introduced to solve #200. Also, wagtail 4.2 support is added and Django 4.1

  • format files

  • seperate -- from command arg

  • set max version for wagtail-generic-chooser

Release 3.21.0

09 Dec 08:47

Choose a tag to compare

  • Add Wagtail 4.1 support
  • Update Wagtail menu icon
  • Add nightly test against Wagtail main branch
  • feat: show the form reference field in the list view and export
  • Update Dutch translations

Release 3.20.1

07 Dec 12:28

Choose a tag to compare

  • Wagtail 3.0 and 4.0 support
  • Remove CircleCI from package