tfoxy / graphene-django-optimizer

Optimize database access inside graphene queries
MIT License
427 stars 86 forks source link

Support for Django 3.x #55

Closed magicl closed 3 years ago

magicl commented 4 years ago

Would it be possible to update to support Django 3.x? This is one of the last deps we have that prevent us from upgrading.

Love the library. Thank you

tfoxy commented 4 years ago

Hi!

Sorry for the late answer. It's been a long time since the last time I worked on Python. I can see if I have some free time to do this and check how much effort it would require. But if someone wants to do a PR for this, please, go ahead!

mekhami commented 3 years ago

@tfoxy if you have any rough idea of the work that would go into supporting 3.x, I'd be happy to start working on that. It would be good to know from where to start, though.

mekhami commented 3 years ago

I ran the tests for the project on django 3.1.3, and everything passed.

Ouradze commented 3 years ago

https://github.com/tfoxy/graphene-django-optimizer/pull/58 should close this?

tfoxy commented 3 years ago

As @Ouradze mentioned, closing this as #58 fixed this.