Commit db4e1607 authored by David Seddon's avatar David Seddon Committed by Tim Graham
Browse files

[1.7.x] Corrected typo in documentation

Backport of 0f6f80c2 from master
parent 0121fb81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -597,7 +597,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::