We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28644b commit c888551Copy full SHA for c888551
source/includes/interact-data/specify-a-query.py
@@ -54,7 +54,8 @@ def __str__(self):
54
# start-filter-combine
55
Movie.objects.filter(
56
(Q(title__startswith="Funny") | Q(title__startswith="Laugh"))
57
- & ~Q(genres__contains=["Comedy"]))
+ & ~Q(genres__contains=["Comedy"])
58
+)
59
# end-filter-combine
60
61
# start-sort
0 commit comments