mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #31580 -- Added error messages on distinct() following union(), intersection(), and difference().
This commit is contained in:
parent
49ae7ce50a
commit
01a381cc17
2 changed files with 2 additions and 0 deletions
|
@ -272,6 +272,7 @@ class QuerySetSetOperationTests(TestCase):
|
|||
'annotate',
|
||||
'defer',
|
||||
'delete',
|
||||
'distinct',
|
||||
'exclude',
|
||||
'extra',
|
||||
'filter',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue