I read the issue #461 and it was closed because the problem was claimed to be resolved. It hasn't been solved for me.
I was using version 1.17.2 when I realised the select kwarg was not supported. so I upgraded to 1.18.0, which in the documentation and source code shows the select kwag as part of the options.
when I hover over the one in my code, it doesn't show the select options, causing my code to fail. Without it, I would have to restructure a lot of code for it to work. below is a screenshot of the hover:
below is the screenshot of the version I currently upgraded to:
Python Version
3.12
Django Version
5.0.2
Package Version
1.18.0
Description
I read the issue #461 and it was closed because the problem was claimed to be resolved. It hasn't been solved for me. I was using version 1.17.2 when I realised the select kwarg was not supported. so I upgraded to 1.18.0, which in the documentation and source code shows the select kwag as part of the options.
when I hover over the one in my code, it doesn't show the select options, causing my code to fail. Without it, I would have to restructure a lot of code for it to work. below is a screenshot of the hover:
below is the screenshot of the version I currently upgraded to: