torchbox / wagtail-grapple

A Wagtail app that makes building GraphQL endpoints a breeze!
https://wagtail-grapple.readthedocs.io/en/latest/
Other
152 stars 57 forks source link

Django 3 Compatiblity #73

Closed IAmNatch closed 4 years ago

IAmNatch commented 4 years ago

Hey there! I'm wondering if there's plans to make this compatible with Django 3 and ASGI?

timmysmalls commented 4 years ago

@NathHorrigan I'd like to resolve this. I'd like to be able to use Grapple with Wagtail 2.9 and Django 3.0. I'm not sure if you're aware of any things that need to change in order for things to work? Or is it just a matter of "update the dependencies and see what breaks"?

NathHorrigan commented 4 years ago

I haven’t had the chance to test it yet, I’m open to accepting any error logs, bugs etc

zerolab commented 4 years ago

In order to support Django 3.0, we need to upgrade the channels side of things. I propose we make channels support optional (as per #86)

zerolab commented 4 years ago

@IAmNatch @timmysmalls made a start on this last night - #89 could use some help with testing