flake8
passed.
JSHint
passed.
Review Request #14841 — Created Feb. 19, 2026 and submitted
A couple instances of
assertNoLogswere recently added to the codebase
which did not have an explicitloggerargument. Python 3.10 has this
method in the standard library, but on 3.8 and 3.9 we get Django's
version, which differs very slightly from the stdlib one in that it does
not specify aNonedefault for the logger argument. This caused tests
to break on those Python versions.
Ran unit tests.
| Summary | ID |
|---|---|
| ozmxqtrxypkrswuwvsounlssupqlyuwo |