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
``django-rest-framework-filters`` is an extension to Django REST framework that makes working with filtering much easier. In addition to fixing some underlying warts and limitations of ``django-filter``, we allow arbitrary chaining of both relations and lookup filters.
2
15
3
16
E.g. using ``django-rest-framework-filters`` instead of just ``django-filter``, we can do stuff like::
@@ -7,15 +20,6 @@ E.g. using ``django-rest-framework-filters`` instead of just ``django-filter``,
7
20
8
21
Without having to create a zillion filter fields by hand.
0 commit comments