Releases: mikemonteith/wagtail-streamfield-utils
Releases · mikemonteith/wagtail-streamfield-utils
Release list
v0.0.6
Handle ListBlocks containing complex types
v0.0.5
Handle ListBlock types
v0.0.4
Only index live pages
v0.0.3
Handle block_value == None when indexing
v0.0.2
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
Merge branch 'indexer'