Skip to content

Topic

Django ORM

The object-relational mapper built into the Django web framework, whose queryset API turns Python model expressions into SQL and includes related-object loading helpers such as select_related, prefetch_related and Prefetch.

Current clusters