Skip to content

Releases: dabapps/django-zen-queries

Release 2.1.0

27 Jul 10:31
ed9a9c0
Compare
Choose a tag to compare

Add new {% queries_disabled %} and {% queries_dangerously_enabled %} template tags.

Release 2.0.1

08 Dec 15:11
86f9a70
Compare
Choose a tag to compare
  • Fix a bug introduced in 2.0.0 with paginated Django REST framework list endpoints (see #33)

Release 2.0.0

08 Dec 13:52
561b035
Compare
Choose a tag to compare
  • 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

Release 1.1.0

16 Mar 10:43
Compare
Choose a tag to compare
  • Include SQL in exceptions #16
  • Document template permissions checks gotcha #17