diff options
| author | Loic Bistuer <loic.bistuer@sixmedia.com> | 2013-07-29 16:47:49 +0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-31 09:54:00 -0400 |
| commit | acd1d439fd9b3e77bc0291dcd62c09f345d8622c (patch) | |
| tree | da3c4ca49f1395392ce3dfc7414dcd6cb2c21718 /tests/basic/tests.py | |
| parent | a3a59a3197d4e03c5c016edc581bfc5f25668bca (diff) | |
Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class.
Diffstat (limited to 'tests/basic/tests.py')
| -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): |
