diff options
| author | Anssi Kääriäinen <akaariai@gmail.com> | 2013-11-02 22:42:42 +0200 |
|---|---|---|
| committer | Anssi Kääriäinen <akaariai@gmail.com> | 2013-11-02 22:42:42 +0200 |
| commit | 2a03a9a9a1c4517be75e72899e545b0bc9dd0688 (patch) | |
| tree | 67727467890171ee88bb0a8fb59cc42036eda662 | |
| parent | bec0b2a8c637ba2dc3745ad0c1e68ccc6c2f78bd (diff) | |
Fixed syntax error in queries/tests.py
| -rw-r--r-- | tests/queries/tests.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/queries/tests.py b/tests/queries/tests.py index 8a70d1ffe7..c1d461f485 100644 --- a/tests/queries/tests.py +++ b/tests/queries/tests.py @@ -3167,6 +3167,3 @@ class ValuesJoinPromotionTests(TestCase): def test_non_nullable_fk_not_promoted(self): qs = ObjectB.objects.values('objecta__name') self.assertTrue(' INNER JOIN ' in str(qs.query)) - - -class ExcludeJoinTest(TestCase): |
