Skip to content

1.19.1

Compare
Choose a tag to compare
@dantownsend dantownsend released this 01 Oct 08:52
· 12 commits to master since this release

Fixed a bug with the get_m2m method, which would raise a ValueError when no objects were found. It now handles this gracefully and returns an empty list instead. Thanks to @nVitius for this fix.

Improved the ASGI templates (including a fix for the latest Litestar version). Thanks to @sinisaos for this.