Graphene-django: DjangoDebugMiddleware is not working with Django 1.10

Created on 29 Sep 2016  路  5Comments  路  Source: graphql-python/graphene-django

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?

Most helpful comment

My fault .... :/ I added graphene_django.debug.DjangoDebugMiddleware in the MIDDLEWARE constant instead of GRAPHENE constant.
Sorry for that.

All 5 comments

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
capture d ecran 2016-11-04 a 15 29 53

My fault .... :/ I added graphene_django.debug.DjangoDebugMiddleware in the MIDDLEWARE constant instead of GRAPHENE constant.
Sorry for that.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MilanRgm picture MilanRgm  路  3Comments

artofhuman picture artofhuman  路  3Comments

timothyjlaurent picture timothyjlaurent  路  3Comments

Northshoot picture Northshoot  路  4Comments

hyusetiawan picture hyusetiawan  路  4Comments