symbol_wrap jinja2 filter now is used for word wrap python code during migration generation. But it wraps lines by commas, which could break python code, if such comma will be met in a string for instance.
It's needed to use something more suitable to word wraping for python code.
symbol_wrap
jinja2 filter now is used for word wrap python code during migration generation. But it wraps lines by commas, which could break python code, if such comma will be met in a string for instance.It's needed to use something more suitable to word wraping for python code.