Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@j4mie j4mie released this 08 Dec 13:52
· 37 commits to master since this release
561b035
  • Fix an issue with using zen-queries on unpaginated Django REST framework list endpoints #18 (and see #27)
  • Fix an issue where queries were not disabled when using QueriesDisabledSerializerMixin on serializers with many=True (see #27)
  • Low-level implementation converted to use the Database Instrumentation API added in Django 2.0 - no more monkeypatching! 🎉 (see #12)
  • Document the use of zen_queries.TemplateResponse in Django class-based views #20
  • Switch from Travis CI to GitHub Actions
  • Packaging improvements