-
-
Notifications
You must be signed in to change notification settings - Fork 485
warning Field is not callable #47
New issue
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
Comments
I have this in PyCharm, is it present in mypy too? |
I am also having this in Pycharm only |
I've also experienced this in PyCharm. |
I've also experienced this in PyCharm! |
Difference between "callable" and "non-callable" fields in this case is that callable ones have their
|
I've also experienced this in PyCharm. |
I am also experiencing this issue in PyCharm 2018.3.3, Python 3.7, Django 2.1 |
The problem almost fixed in Pycharm 2019.1, except for |
Hello guys,
I get multiple warnings while determine field in Model class, such as EmailField, BooleanField, PositiveSmallIntegerField, PositiveIntegerField, DateTimeField, TextField, NullBooleanField, UUIDField, URLField
The warning everywhere the same:
This inspection highlights attempts to call objects which are not callable, like, for example, tuples.
The text was updated successfully, but these errors were encountered: