django-restql icon indicating copy to clipboard operation
django-restql copied to clipboard

Please Add History or Help for Upgrade

Open 3lf opened this issue 3 years ago • 1 comments

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

3lf avatar May 25 '21 11:05 3lf

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.

yezyilomo avatar May 25 '21 14:05 yezyilomo