We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
target
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the current Col type declaration:
Col
django-stubs/django-stubs/db/models/expressions.pyi
Lines 189 to 190 in 515e382
Looking at django sources, target is meant to be a Field type, not str.
Field
str
Make target a Field type.
The text was updated successfully, but these errors were encountered:
PR is welcome!
Sorry, something went wrong.
Fixes typeddjango#830
44965c4
Signed-off-by: Himanshu-Balasamanta <[email protected]>
9b8bed6
Fixed in #909
Successfully merging a pull request may close this issue.
Bug report
What's wrong
This is the current
Col
type declaration:django-stubs/django-stubs/db/models/expressions.pyi
Lines 189 to 190 in 515e382
Looking at django sources,
target
is meant to be aField
type, notstr
.How is that should be
Make
target
aField
type.The text was updated successfully, but these errors were encountered: