manjitkumar / drf-url-filters

A django app to apply filters on drf querysets using query params with validations using voluptuous.

Home Page:http://www.django-rest-framework.org/api-guide/filtering/#drf-url-filters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

url_params overrided in FiltersMixin.__merge_query_params

serreke opened this issue · comments

url_params not taken into account because method __merge_query_params(self, url_params, query_params) reset it with url_params = {}

Hi @serreke
Thank you for reporting it. It looks like a bug as you described it. I will try to reproduce it and make an appropriate fix for it.