yezyilomo / django-restql

Turn your API made with Django REST Framework(DRF) into a GraphQL like API.
https://yezyilomo.github.io/django-restql
MIT License
616 stars 43 forks source link

Please Add History or Help for Upgrade #232

Open 3lf opened 3 years ago

3lf commented 3 years ago

return ServiceCategorySerializer(value.all(), many=True).data

    raw_query = request.GET[restql_settings.QUERY_PARAM_NAME]
AttributeError: 'NoneType' object has no attribute 'GET'

Hi I install django_restql again and my last code is expired because package is upgrade I look for an Upgrade help or changed list and I don't found it. Thanks for add feature to package but Please add help to fix problem in the upgrade

yezyilomo commented 3 years ago

What problem are you facing?. The only thing which has been changed in v0.13.0 is ’query’ kwarg if you were using it in your code you might be facing issues if you upgrade.