Skip to content

Async support #27

@shaib

Description

@shaib

Apparently, at least as of Django 5.2, most async ORM methods are implemented as sync_to_async() wrappers around the synchronic methods. This means we get async support by default.

But we probably do need to take a pass over the new ORM methods and see if there's anything we need to add.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions