From 3f6d94139c95d36685cd3d19d86d27db3143f907 Mon Sep 17 00:00:00 2001 From: Charlie Denton Date: Fri, 3 Nov 2017 23:28:07 +0000 Subject: [PATCH] Remove unused function in tests --- polymorphic/tests/test_orm.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/polymorphic/tests/test_orm.py b/polymorphic/tests/test_orm.py index 441877e..9500606 100644 --- a/polymorphic/tests/test_orm.py +++ b/polymorphic/tests/test_orm.py @@ -997,17 +997,3 @@ class PolymorphicTests(TransactionTestCase): MultiTableDerived.objects.bulk_create([ MultiTableDerived(field1='field1', field2='field2') ]) - - -def qrepr(data): - """ - Ensure consistent repr() output for the QuerySet object. - """ - if isinstance(data, QuerySet): - if django.VERSION < (1, 11): - # Django 1.10 still shows "