django-render-block
django-render-block copied to clipboard
Add render_block function
This pull request adds the render_block()
function that returns an HttpResponse
with the block.
It also allows to verify the context that was passed to render_block()
in unit tests.
Closes #59