I am using DRF with django-filters to provide a small shopping related API. It works fine all the time except when some special characters in the url are encoded.
For example, this url works
`/esa/w…
I got this exception using DRF reverse, i am not sure if it is something wrong with DRF, Django or my setup. Basically what I am doing is
``` python
reverse('print_request_list', request=request, for…