Skip to content

Releases: mikemonteith/wagtail-streamfield-utils

v0.0.6

v0.0.6 Pre-release
Pre-release

Choose a tag to compare

@mikemonteith mikemonteith released this 05 Mar 16:20
Handle ListBlocks containing complex types

v0.0.5

v0.0.5 Pre-release
Pre-release

Choose a tag to compare

@mikemonteith mikemonteith released this 05 Mar 15:05
Handle ListBlock types

v0.0.4

v0.0.4 Pre-release
Pre-release

Choose a tag to compare

@mikemonteith mikemonteith released this 04 Mar 20:23
Only index live pages

v0.0.3

v0.0.3 Pre-release
Pre-release

Choose a tag to compare

@mikemonteith mikemonteith released this 04 Mar 16:15
Handle block_value == None when indexing

v0.0.2

v0.0.2 Pre-release
Pre-release

Choose a tag to compare

@mikemonteith mikemonteith released this 04 Mar 15:30
Add tests for more complicated block types

For some block types, the bound block value is different to the stored value
in the streamfield data.
Add some tests using an ImageChooser block and ensure we use get_prep_value instead
of naively casting the block to a string.

v0.0.1

v0.0.1 Pre-release
Pre-release

Choose a tag to compare

@mikemonteith mikemonteith released this 03 Mar 09:31
Merge branch 'indexer'