You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
return ServiceCategorySerializer(value.all(), many=True).data
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
The text was updated successfully, but these errors were encountered: