@@ -434,7 +434,7 @@ The [djangorestframework-word-filter][django-rest-framework-word-search-filter]
...
@@ -434,7 +434,7 @@ The [djangorestframework-word-filter][django-rest-framework-word-search-filter]
## drf-url-filters
## drf-url-filters
[drf-url-filter][drf-url-filter] is a simple Django app to apply filters on drf `ModelViewSet`'s `Queryset` in a clean, simple and configurable way. It also supports validations on incoming query params and their values. A beautiful python package `Voluptouos` is being used for validations on the incoming query parameters. The best part about voluptouos is you can define your own validations as per your query params requirements.
[drf-url-filter][drf-url-filter] is a simple Django app to apply filters on drf `ModelViewSet`'s `Queryset` in a clean, simple and configurable way. It also supports validations on incoming query params and their values. A beautiful python package `Voluptuous` is being used for validations on the incoming query parameters. The best part about voluptuous is you can define your own validations as per your query params requirements.
@@ -238,6 +238,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
...
@@ -238,6 +238,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
*[djangorestframework-chain][djangorestframework-chain] - Allows arbitrary chaining of both relations and lookup filters.
*[djangorestframework-chain][djangorestframework-chain] - Allows arbitrary chaining of both relations and lookup filters.
*[django-url-filter][django-url-filter] - Allows a safe way to filter data via human-friendly URLs. It is a generic library which is not tied to DRF but it provides easy integration with DRF.
*[django-url-filter][django-url-filter] - Allows a safe way to filter data via human-friendly URLs. It is a generic library which is not tied to DRF but it provides easy integration with DRF.
*[drf-url-filter][drf-url-filter] is a simple Django app to apply filters on drf `ModelViewSet`'s `Queryset` in a clean, simple and configurable way. It also supports validations on incoming query params and their values.
### Misc
### Misc
...
@@ -351,6 +352,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
...
@@ -351,6 +352,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque