Idea: Add .checked(/) to QuerySet as alternative to .filter() w/ .first()

2022-06-20 Thread Steve Jorgensen
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

Re: Fellow Reports - June 2022

2022-06-20 Thread Mariusz Felisiak
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)