Add missing 'limit' checks for assertQueries() calls.

Review Request #12378 — Created June 16, 2022 and submitted

Information

Review Board
release-5.0.x

Reviewers

assertQueries() in Djblets just received a limit option for queries.
This requires updates to the Profile unit tests, which currently are
the only ones affected by this. Affected tests that use this option are
the results of QuerySet.exists() calls.

Unit tests pass.

Summary ID
Add missing 'limit' checks for assertQueries() calls.
`assertQueries()` in Djblets just received a `limit` option for queries. This requires updates to the `Profile` unit tests, which currently are the only ones affected by this. Affected tests that use this option are the results of `QuerySet.exists()` calls.
c78bcd24334457cf087c540567cb2d5ff69abbf5
david
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-5.0.x (27e3ef1)
Loading...