summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2020-05-13 14:44:10 +0200
committerGitHub <noreply@github.com>2020-05-13 14:44:10 +0200
commit01a381cc17e6747e1d9e7b95a39e885029fd2a81 (patch)
tree9b6bf7f52db34be18c9c77ecfcbf8dacc26e1074 /tests
parent49ae7ce50a874f8a04cd910882fb9571ff3a0d7a (diff)
Fixed #31580 -- Added error messages on distinct() following union(), intersection(), and difference().
Diffstat (limited to 'tests')
-rw-r--r--tests/queries/test_qs_combinators.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/queries/test_qs_combinators.py b/tests/queries/test_qs_combinators.py
index 1d159e1fed..d2e7d2b80d 100644
--- a/tests/queries/test_qs_combinators.py
+++ b/tests/queries/test_qs_combinators.py
@@ -272,6 +272,7 @@ class QuerySetSetOperationTests(TestCase):
'annotate',
'defer',
'delete',
+ 'distinct',
'exclude',
'extra',
'filter',