wagtail-streamfield-migration-toolkit icon indicating copy to clipboard operation
wagtail-streamfield-migration-toolkit copied to clipboard

Results 12 wagtail-streamfield-migration-toolkit issues
Sort by recently updated
recently updated
newest added

See https://docs.wagtail.org/en/stable/reference/streamfield/data_migrations.html#wagtail-blocks-migrations-operations. Looks like it's because it doesn't have a docstring.

There might be instances where it is needed to move data from another model field into a streamfield. For example: turn an inline panel into a streamfield. This could further...

There might be instances where it is needed to move data from another model field into a streamfield. For example: turn an inline panel into a streamfield. This could further...

Is it useful to make operations composable? There may be benefits both to performance and developer experience. ## Scenario Consider the following scenario: I make the (questionable) decision to record...

Is it useful to make operations composable? There may be benefits both to performance and developer experience. ## Scenario Consider the following scenario: I make the (questionable) decision to record...

Currently in `BaseBlockDefComparer` we compare blocks for similarity by `deconstruct`ing them and comparing the args and kwargs. This may cause poor comparisons when, for example, positional arguments are passed as...

Currently in `BaseBlockDefComparer` we compare blocks for similarity by `deconstruct`ing them and comparing the args and kwargs. This may cause poor comparisons when, for example, positional arguments are passed as...

Comments maintain a path consisting of block ids/names to point towards specific (nested) streamblocks. This path would no longer be correct after operations (For example renaming a structblock child) that...