• 
      

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

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

    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.

    Commits

    Files