django-stubs 4.2.7 throws type check error for Group.user_set
#1862
Labels
bug
Something isn't working
mypy-plugin
Issues specific to mypy_django_plugin
regression
Behavior has changed for worse with a release
Bug report
With
django-stubs
4.2.6, the following simplified code type checked:But with with 4.2.7:
How is that should be
I expect no type check error here. This seems to be a common way to get the
User
s of aGroup
:System information
python
version: 3.10.13django
version: 4.2.8mypy
version: 1.7.1django-stubs
version: 4.2.7django-stubs-ext
version: 4.2.7Configuration
The text was updated successfully, but these errors were encountered: