recently I have been using vs code to learn django . In models.py , when I type name = CharF, the following prompt will appear.
what I want to ask is
- Why does it prompt char_field, not CharField,
- Why is there an extra models after completion? is it bug, or is it my wrong use? After
- completion, how and why the first parameter _ ("") function in CharField is used.
Thank you.
my vscode has two plug-ins Django and Django Template