Releases: clokep/django-render-block
Releases · clokep/django-render-block
0.11 (May 12, 2025)
13 May 23:25
Compare
Sorry, something went wrong.
No results found
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 )
0.10 (July 15, 2024)
15 Jul 20:35
Compare
Sorry, something went wrong.
No results found
0.10b1 (July 1, 2024)
15 Jul 20:35
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fixes exception propagation when rendering templates. Contributed by @yaakovLowenstein . (#52 )
Fix rendering blocks over multiple extended templates. (#56 )
Maintenance
Support Python 3.11 and 3.12. (#44 , #55 )
Drop support for Python 3.7. (#44 )
Support Django 4.2, 5.0 and 5.1. (#44 , #55 )
Drop support for Django < 3.2; Django 4.0; Django 4.1. (#44 , #55 )
Add type hints and configure mypy. (#54 )
0.9.2 (October 18, 2022)
18 Oct 20:00
Compare
Sorry, something went wrong.
No results found
v0.9.1
24 Feb 14:20
Compare
Sorry, something went wrong.
No results found
0.9.1 (December 15, 2021)
Maintenance
Support Python 3.10. (#33 )
Fixed a packaging issue where the generated wheels were empty. Contributed by @cordery . (#35 )
v0.9
24 Feb 14:20
Compare
Sorry, something went wrong.
No results found
0.9 (December 14, 2021)
Maintenance
Drop support for Django 3.0. (#31 )
Support Django 3.2 and 4.0. (#27 , #31 )
Switch continuous integration to GitHub Actions. (#26 , #28 )
Changed packaging to use setuptools declarative config in setup.cfg. (#32 )
v0.8.1
24 Feb 14:20
Compare
Sorry, something went wrong.
No results found
0.8.1 (October 15, 2020)
Bugfixes
Fixes a regression in v0.8 where a Context could not be re-used. Contributed by @evanbrumley . (#25 )
v0.8
24 Feb 14:19
Compare
Sorry, something went wrong.
No results found
0.8 (October 6, 2020)
Bugfixes
render_block_to_string now forwards the Context passed as context parameter. Contributed by @bblanchon . (#21 )
Maintenance
Drop support for Python 3.5, support Python 3.9. (#22 )
v0.7
24 Feb 14:19
Compare
Sorry, something went wrong.
No results found
0.7 (July 13, 2020)
Maintenance
Drop support for Django < 2.2. (#18 )
Support Django 3.0 and 3.1. (#18 , #20 )
Drop support for Python 2.7. (#19 )
Support Python 3.8. (#18 )
v0.6
24 Feb 14:18
Compare
Sorry, something went wrong.
No results found
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 )