You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error messages on master now refer to the private _QuerySet class.
It's not friendly to users, and doesn't hint about how to properly write the annotations.
We should make the "repr" use either the QuerySet alias (if the 2 type parameters are both the same model) or the django_stubs_ext.ValuesQuerySet alias.
See python/mypy#6501 for a possible hacky way to do this in the plugin.
The text was updated successfully, but these errors were encountered:
Bug report
Error messages on
master
now refer to the private_QuerySet
class.It's not friendly to users, and doesn't hint about how to properly write the annotations.
We should make the "repr" use either the
QuerySet
alias (if the 2 type parameters are both the same model) or thedjango_stubs_ext.ValuesQuerySet
alias.See python/mypy#6501 for a possible hacky way to do this in the plugin.
The text was updated successfully, but these errors were encountered: