The much-awaited pull request for an async-compatible interface to Queryset just got merged into the main branch of Django.
Pull Request - https://github.com/django/django/pull/14843
The Django core team has been progressively adding async support to the framework. Asynchronous views and middlewares were part of the Django 3.1 release and with the latest changes now Django ORM will be …