Kaydet (Commit) 9e4fd330 authored tarafından Simon Charette's avatar Simon Charette Kaydeden (comit) Tim Graham

Refs #25284 -- Corrected an obsolete implicit __in lookup example.

Thanks IRC alias rpkilby for the report.
üst 789a02b3
...@@ -597,7 +597,7 @@ may not be the same as the entries in the first filter. We are filtering the ...@@ -597,7 +597,7 @@ may not be the same as the entries in the first filter. We are filtering the
that were published in 2008, you need to make two queries:: that were published in 2008, you need to make two queries::
Blog.objects.exclude( Blog.objects.exclude(
entry=Entry.objects.filter( entry__in=Entry.objects.filter(
headline__contains='Lennon', headline__contains='Lennon',
pub_date__year=2008, pub_date__year=2008,
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment