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. This should also include lookups like `id__in`, if possible.
Would it be possible to add completion for queryset field arguments?
For example: typing
SomeModel.objects.filter(should complete the fields of theSomeModelmodel.This should also include lookups like
id__in, if possible.