Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class.

This commit is contained in:
Loic Bistuer 2013-07-29 16:47:49 +07:00 committed by Tim Graham
parent a3a59a3197
commit acd1d439fd
4 changed files with 49 additions and 20 deletions

View file

@ -773,7 +773,9 @@ class ManagerTest(TestCase):
'only',
'using',
'exists',
'_insert',
'_update',
'raw',
]
def test_manager_methods(self):