Autocomplete that follows your models and diagnostics that catch repeated relation queries, 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.
Completes ORM expressions and warns about repeated relation queries alongside your general-purpose Python tools.
Uses Salsa to recompute only the affected analysis queries, so completions and diagnostics 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