django-plus.vim
django-plus.vim copied to clipboard
Complete queryset fields
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.
@ObserverOfTime do you still use this plugin? Do you still get completions for querysets?
No, it looks like it doesn't work anymore.