django-restql
django-restql copied to clipboard
Please Add History or Help for Upgrade
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
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.