From 6f138c8a7ed9b8e3a652407b96c0f9966a787abc Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Sun, 5 Mar 2017 20:14:52 -0500 Subject: [PATCH] Removed DjangoFilterConnectionField --- graphene_django/tests/test_auth_mixins.py | 1 - 1 file changed, 1 deletion(-) diff --git a/graphene_django/tests/test_auth_mixins.py b/graphene_django/tests/test_auth_mixins.py index 910542d..fb05449 100644 --- a/graphene_django/tests/test_auth_mixins.py +++ b/graphene_django/tests/test_auth_mixins.py @@ -1,6 +1,5 @@ import graphene from graphene import Schema, relay, ObjectType -from graphene_django.filter import DjangoFilterConnectionField from django.test import TestCase, RequestFactory from graphene_django import DjangoObjectType from graphene_django.auth.mixins import AuthNodeMixin, AuthMutationMixin