Skip to content

v1.19.17

Compare
Choose a tag to compare
@christopherpickering christopherpickering released this 05 Apr 21:58
· 456 commits to master since this release

1.19.17 (2023-04-05)

Bug Fixes

  • blocktrans: allowed closing transblocks to be indented if they have a leading space (d667273)
  • custom tags: fixed issue where end tag for custom block was not de-indented (fb8bf5e), closes #572
  • ignored code: fixed formatting of ignore code inside django comment blocks (120460d), closes #569
  • linter: linter will now ignore {% raw %} {% endraw %} blocks (2a6865e), closes #539
  • max line length: fixes issues around max line length not fully respected on indented lines (1ec6b29), closes #580
  • preserving space: misc improvements for the preserve leading space option (03ee6f0), closes #566