graphql-python / graphene-django

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.
http://docs.graphene-python.org/projects/django/en/latest/
MIT License
4.31k stars 770 forks source link

remove JSONField compat #1421

Closed dulmandakh closed 1 year ago

dulmandakh commented 1 year ago

Django 3.1 introduced universal JSONFIeld so compatibility is no longer required because we support Django 3.2 or above.

ulgens commented 1 year ago

LGTM 🌷 (except the pre-commit error)

dulmandakh commented 1 year ago

@ulgens fixed 😉