Skip to content

v0.6

Compare
Choose a tag to compare
@clokep clokep released this 24 Feb 14:18
· 72 commits to main since this release

0.6 (May 8, 2019)

Improvements

  • render_block_to_string now optionally accepts a request parameter. If given, a RequestContext instead of a Context is used when rendering with the Django templating engine. Contributed by @vintage. (#15)

Maintenance

  • Support Django 1.11, 2.1, and 2.2. (#9, #11, #17)
  • Support Python 2.7, 3.5, 3.6, and 3.7. (#9, #17)
  • Fix rendering of README on PyPI. Contributed by @mixxorz. (#10)