mirror of
https://github.com/django/django.git
synced 2025-02-28 19:44:35 +00:00
[4.2.x] Fixed typo in docs/ref/models/querysets.txt.
Backport of c4a09499aa760c92969083b4639703b5b0a562fb from main
This commit is contained in:
parent
9ab56e64de
commit
67fe092a85
@ -34,7 +34,7 @@ You can evaluate a ``QuerySet`` in the following ways:
|
|||||||
Note: Don't use this if all you want to do is determine if at least one
|
Note: Don't use this if all you want to do is determine if at least one
|
||||||
result exists. It's more efficient to use :meth:`~QuerySet.exists`.
|
result exists. It's more efficient to use :meth:`~QuerySet.exists`.
|
||||||
|
|
||||||
* **Asynchronous iteration.**. A ``QuerySet`` can also be iterated over using
|
* **Asynchronous iteration.** A ``QuerySet`` can also be iterated over using
|
||||||
``async for``::
|
``async for``::
|
||||||
|
|
||||||
async for e in Entry.objects.all():
|
async for e in Entry.objects.all():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user