diff options
| author | David Seddon <david@seddonym.me> | 2015-03-25 17:38:56 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-25 13:44:36 -0400 |
| commit | 1e03a662fc3a2df29aa955117bc4cce8554883a6 (patch) | |
| tree | 30deb56425a63dc880cc89668609019e895b86ba | |
| parent | 48f5adf308644c1f03b763b22b39c5058c1840b8 (diff) | |
[1.6.x] Corrected typo in documentation
Backport of 0f6f80c2e7736ec4e2aa40287fe8c37ffff0a783 from master
| -rw-r--r-- | docs/topics/db/queries.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt index 0797f7134b..5d118842d2 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -602,7 +602,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:: |
