Fixed #31580 -- Added error messages on distinct() following union(), intersection(), and difference().

This commit is contained in:
Hasan Ramezani 2020-05-13 14:44:10 +02:00 committed by GitHub
parent 49ae7ce50a
commit 01a381cc17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -272,6 +272,7 @@ class QuerySetSetOperationTests(TestCase):
'annotate',
'defer',
'delete',
'distinct',
'exclude',
'extra',
'filter',