mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Thanks Mariusz Felisiak for review and Oracle assistance. Thanks Tim Graham for review and writing docs.
This commit is contained in:
parent
611ef422b1
commit
84c1826ded
12 changed files with 323 additions and 51 deletions
|
|
@ -589,6 +589,9 @@ class ManagerTest(SimpleTestCase):
|
|||
'_insert',
|
||||
'_update',
|
||||
'raw',
|
||||
'union',
|
||||
'intersection',
|
||||
'difference',
|
||||
]
|
||||
|
||||
def test_manager_methods(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue