diff options
Diffstat (limited to 'tests/basic')
| -rw-r--r-- | tests/basic/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/basic/tests.py b/tests/basic/tests.py index 879c7869fa..55ed6a436f 100644 --- a/tests/basic/tests.py +++ b/tests/basic/tests.py @@ -773,7 +773,9 @@ class ManagerTest(TestCase): 'only', 'using', 'exists', + '_insert', '_update', + 'raw', ] def test_manager_methods(self): |
