mirror of
https://github.com/django/django.git
synced 2025-02-21 14:54:35 +00:00
[1.8.x] Corrected typo in documentation
Backport of 0f6f80c2e7736ec4e2aa40287fe8c37ffff0a783 from master
This commit is contained in:
parent
0dc986d1c8
commit
ef61b69447
@ -598,7 +598,7 @@ may not be the same as the entries in the first filter. We are filtering the
|
||||
|
||||
However, unlike the behavior when using
|
||||
:meth:`~django.db.models.query.QuerySet.filter`, this will not limit blogs
|
||||
based on entries that satisfying both conditions. In order to do that, i.e.
|
||||
based on entries that satisfy both conditions. In order to do that, i.e.
|
||||
to select all blogs that do not contain entries published with *"Lennon"*
|
||||
that were published in 2008, you need to make two queries::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user