'request is not passed to filterset in django filters

enter image description here

i am passing request.GET to views but request is not being passed to getattr which is causing error 'NoneType' object has no attribute 'user'



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source