Skip to content

Commit d49e26f

Browse files
manjitkumartomchristie
authored andcommitted
add drf-url-filters in third party filtering resources and fixed typo (encode#4548)
1 parent e99b30d commit d49e26f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/api-guide/filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ The [djangorestframework-word-filter][django-rest-framework-word-search-filter]
434434

435435
## drf-url-filters
436436

437-
[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.
437+
[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.
438438

439439
[cite]: https://docs.djangoproject.com/en/dev/topics/db/queries/#retrieving-specific-objects-with-filters
440440
[django-filter]: https://github.com/alex/django-filter

docs/topics/third-party-resources.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
238238

239239
* [djangorestframework-chain][djangorestframework-chain] - Allows arbitrary chaining of both relations and lookup filters.
240240
* [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.
241+
* [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.
241242

242243
### Misc
243244

@@ -351,6 +352,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
351352
[django-rest-framework-braces]: https://github.com/dealertrack/django-rest-framework-braces
352353
[dry-rest-permissions]: https://github.com/Helioscene/dry-rest-permissions
353354
[django-url-filter]: https://github.com/miki725/django-url-filter
355+
[drf-url-filter]: https://github.com/manjitkumar/drf-url-filters
354356
[cookiecutter-django-rest]: https://github.com/agconti/cookiecutter-django-rest
355357
[drf-haystack]: https://drf-haystack.readthedocs.io/en/latest/
356358
[django-rest-framework-version-transforms]: https://github.com/mrhwick/django-rest-framework-version-transforms

0 commit comments

Comments
 (0)