You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Fix incorrect type hints. Contributed by @ma11011s. (#58)
Maintenance
Include tests in sdist distribution. Contributed by @Natureshadow. (#30)