diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-12-19 20:25:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-19 20:25:38 +0100 |
| commit | 0c60d11bdbe5bf353e3fa0f2db1cb85786ca3448 (patch) | |
| tree | 432b4df5bc2973371b9aaac2e2164b7bf152e690 /docs/topics | |
| parent | 289e9a75afb52918a3efbdaf5e72f45a54089083 (diff) | |
Fixed typo in docs/topics/async.txt.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/async.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/async.txt b/docs/topics/async.txt index 0570d59db2..a3cc77aeba 100644 --- a/docs/topics/async.txt +++ b/docs/topics/async.txt @@ -85,7 +85,7 @@ With some exceptions, Django can run ORM queries asynchronously as well:: Detailed notes can be found in :ref:`async-queries`, but in short: -* All ``QuerySet`` methods that cause a SQL query to occur have an +* All ``QuerySet`` methods that cause an SQL query to occur have an ``a``-prefixed asynchronous variant. * ``async for`` is supported on all QuerySets (including the output of |
