typeddjango / django-stubs

PEP-484 stubs for Django
MIT License
1.52k stars 425 forks source link

use field annotations for values_list types #2248

Closed asottile closed 1 week ago

asottile commented 1 week ago

test originally failing with:

 N: Revealed type is "builtins.list[Tuple[builtins.int, builtins.str]]

I reorganized the similar setter type determination as well as they had symmetry