Skip to content

0.11 (May 12, 2025)

Latest

Choose a tag to compare

@clokep clokep released this 13 May 23:25
· 3 commits to main since this release

Improvements

  • Add a new render_block function which returns a HttpResponse with the content set to the result of calling render_block_to_string(). Contributed by @gogognome. (#60)

Bugfixes

Maintenance

  • Include tests in sdist distribution. Contributed by @Natureshadow. (#30)
  • Update linters and switch to ruff. (#64)
  • Support Python 3.13. (#62)
  • Drop support for Python 3.8. (#62, #65)
  • Support Django 5.2. (#62)
  • Drop support for Django 5.0. (#62, #65)