mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-04-28 01:15:33 +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.