Skip to content

v0.16 (2022-04-01)

Choose a tag to compare

@clokep clokep released this 27 Jun 17:45
· 17 commits to main since this release

Improvements

  • Fix QuerySetSequence's support with Django REST Framework's DjangoFilterBackend by accepting a model parameter. If one is not provided, a dummy model is used to provide a reasonable DoesNotExist error. Contributed by @j0nm1. (#88)

Maintenance