Closed
Description
Hello! Many thanks to your effort on trying to make django-stubs compatible with Pylance.
I tried this package and the intelliSense for Foreignkey works nicely. However, the other fields such as DecimalField, PositiveSmallIntegerField, etc. are still interferred to Any when being called.
I've added django-autotyping to INSTALLED_APPS, and run the command generate_stubs. The stubs for my models are generated under the folder typings. I then add typings to Pylance's settings python.analysis.stubPath.
Is there anything I missed? Thank you.
Metadata
Metadata
Assignees
Labels
No labels