diff options
Diffstat (limited to 'tests/queries')
| -rw-r--r-- | tests/queries/tests.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/queries/tests.py b/tests/queries/tests.py index 1238f021be..1bd72dd8b8 100644 --- a/tests/queries/tests.py +++ b/tests/queries/tests.py @@ -3594,12 +3594,6 @@ class WhereNodeTest(SimpleTestCase): class QuerySetExceptionTests(SimpleTestCase): - def test_iter_exceptions(self): - qs = ExtraInfo.objects.only("author") - msg = "'ManyToOneRel' object has no attribute 'attname'" - with self.assertRaisesMessage(AttributeError, msg): - list(qs) - def test_invalid_order_by(self): msg = "Cannot resolve keyword '*' into field. Choices are: created, id, name" with self.assertRaisesMessage(FieldError, msg): |
