mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-07-10 02:19:22 +08:00
ccef6779ad
When fetching a related field in a values_list queryset Django will return the object primary key, not model instances as was previously what the mypy plugin assumed.