We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would it be possible to add completion for queryset field arguments?
For example: typing SomeModel.objects.filter( should complete the fields of the SomeModel model.
SomeModel.objects.filter(
SomeModel
This should also include lookups like id__in, if possible.
id__in
The text was updated successfully, but these errors were encountered:
@ObserverOfTime do you still use this plugin? Do you still get completions for querysets?
Sorry, something went wrong.
No, it looks like it doesn't work anymore.
No branches or pull requests
Would it be possible to add completion for queryset field arguments?
For example: typing
SomeModel.objects.filter(
should complete the fields of theSomeModel
model.This should also include lookups like
id__in
, if possible.The text was updated successfully, but these errors were encountered: