Add release notes for django-assert-queries 2.0.

Review Request #14334 — Created Feb. 6, 2025 and updated — Latest diff uploaded

Information

django-assert-queries
main

Reviewers

This release fixes problems with comparing expected data against
executed queries when those queries involve the deletion of objects.

It also enables join type checks and subquery checks by default when
asserting expected queries.

Built the docs and checked the release notes for errors.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add release notes for django-assert-queries 2.0.
This release fixes problems with comparing expected data against executed queries when those queries involve the deletion of objects. It also enables join type checks and subquery checks by default when asserting expected queries.
082021c519cf2c5bff6e8e0a3f93411deb4cf887 Christian Hammond
django_assert_queries/_version.py
docs/releasenotes/2.0.rst
docs/releasenotes/index.rst
Loading...