mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class.
This commit is contained in:
parent
a3a59a3197
commit
acd1d439fd
4 changed files with 49 additions and 20 deletions
|
@ -773,7 +773,9 @@ class ManagerTest(TestCase):
|
|||
'only',
|
||||
'using',
|
||||
'exists',
|
||||
'_insert',
|
||||
'_update',
|
||||
'raw',
|
||||
]
|
||||
|
||||
def test_manager_methods(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue