mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt.
This commit is contained in:
parent
9301504a45
commit
9f0c82971d
@ -837,7 +837,7 @@ queries.
|
|||||||
Uses SQL's ``INTERSECT`` operator to return the shared elements of two or more
|
Uses SQL's ``INTERSECT`` operator to return the shared elements of two or more
|
||||||
``QuerySet``\s. For example:
|
``QuerySet``\s. For example:
|
||||||
|
|
||||||
>>> qs1.itersect(qs2, qs3)
|
>>> qs1.intersection(qs2, qs3)
|
||||||
|
|
||||||
See :meth:`union` for some restrictions.
|
See :meth:`union` for some restrictions.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user