When I use graphene_django.debug.DjangoDebugMiddleware middleware, I have this error TypeError: object() takes no parameters. graphene-django doesn't support Django 1.10?
Could you show detailed error messages?
Can't reproduce this in Django 1.10.2. Possibly fixed.
Closing the issue as I'm unable to reproduce it either.
(Comment here or reopen if still happens).
I always have this error :/ TypeError: object() takes no parameters with Django 1.10.3

My fault .... :/ I added graphene_django.debug.DjangoDebugMiddleware in the MIDDLEWARE constant instead of GRAPHENE constant.
Sorry for that.
Most helpful comment
My fault .... :/ I added
graphene_django.debug.DjangoDebugMiddlewarein theMIDDLEWAREconstant instead ofGRAPHENEconstant.Sorry for that.