mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-01-25 12:26:45 +08:00
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.