I am new with python and vim. Now I am trying enable autocomplete for django's metaclasses. So, I have autocomplete most common django classes, but when I tried get autocomplete for django's metaclass, for example model class
Fruits.objects.all()
I failed. Now I use simple omnicompletion, because YouCompleteMe plugin doesnot work with python3, and jedi-vim doesnt work with vim without +python flag. Is any way to make this with omnicompletion?