Skip to content

Releases: wagtail/wagtail-factories

4.2.1

26 May 11:23
Compare
Choose a tag to compare

What's Changed

This release fixes an issue with the PyPI release process.

v4.2.0

24 May 10:49
Compare
Choose a tag to compare

What's Changed

  • Chore/update tooling by @jams2 in #84
  • Add handling for StructBlock classes with custom StructValues by @jams2 in #76
  • Wagtail 6.1 - Minor updates by @katdom13 in #91

New Contributors

Full Changelog: v4.1.0...4.2.0

v4.1.0: Wagtail 5.0 support

16 May 12:26
Compare
Choose a tag to compare

This release adds support for Wagtail 5.0, and drops support for Wagtail < 4.1.

The upper bound on the Wagtail version was also removed to ease the upgrade path in future.

What's Changed

Full Changelog: 4.0.0...v4.1.0

4.0.0

02 Dec 14:41
Compare
Choose a tag to compare

This release fixes a compatibility issue with Wagtail 4.1 (see #68 for details).

When running on Wagtail >= 2.16 ListBlockFactory now returns a wagtail.blocks.list_block.ListValue instead of a plain list, in line with Wagtail's behaviour.

3.1.0

28 Jul 14:59
Compare
Choose a tag to compare

Adds PageChooserBlock and DocumentChooserBlock

3.0.0

25 Jul 13:29
Compare
Choose a tag to compare
  • Add StreamBlockFactory. Breaking change to StreamFieldFactory usage - see README.

2.1.0

01 Jul 14:59
Compare
Choose a tag to compare
  • Add support for Wagtail 3.0 and drop support for all Wagtail versions before 2.15
  • Add support for Django 4.0
  • Add support for Python 3.10
  • Removed support for Python 3.6
  • Removed support for Django 2.2 and 3.1
  • Removed support for factory boy <3.2

2.0.1

05 Oct 19:33
Compare
Choose a tag to compare
  • Updating to support Factory Boy 3.0