Django ORM autocomplete that understands your models. Follow fields and relations without importing Django or running your project.
Indexes Python source without initializing Django, connecting to a database, or executing project code.
Traverses forward, reverse, many-to-many, and configured user-model relationships.
Runs alongside Pylance, Pyright, Ruff, or another general-purpose Python language server.
Caches and debounces workspace indexing, so completions stay fresh while you type.
This editor view is generated from the real language server and the checked-in Django fixture, so the documentation changes whenever completion behavior changes.
from .models import BlogBlog.objects.filter( title__)Get up and running in minutes. Check out our documentation to learn more.
Read the Docs