It is a common idiom to use `.filter(<...>).first()` as a
replacement for `.get(<...>)` when `None` is wanted instead of an exception
when no match is found. That works, but wouldn't the intention be more
clear if that could be written as something like
.checked(False).get(<...>)
--
You recei
Week ending June 19, 2022
*Triaged: *
https://code.djangoproject.com/ticket/33778 - pyproject.toml uses the
incorrect "legacy" setuptools backend and unnecessary wheel dep (accepted)
https://code.djangoproject.com/ticket/33780 - Add http method argument
to the URLResolver (duplicate)