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
Copy file name to clipboardExpand all lines: docs/api-guide/filtering.md
-2
Original file line number
Diff line number
Diff line change
@@ -379,13 +379,11 @@ The [djangorestframework-word-filter][django-rest-framework-word-search-filter]
379
379
[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.
Copy file name to clipboardExpand all lines: docs/api-guide/pagination.md
-1
Original file line number
Diff line number
Diff line change
@@ -314,7 +314,6 @@ The [`drf-proxy-pagination` package][drf-proxy-pagination] includes a `ProxyPagi
314
314
The [`django-rest-framework-link-header-pagination` package][drf-link-header-pagination] includes a `LinkHeaderPagination` class which provides pagination via an HTTP `Link` header as desribed in [Github's developer documentation](github-link-pagination).
Copy file name to clipboardExpand all lines: docs/tutorial/quickstart.md
-1
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,6 @@ Great, that was easy!
211
211
212
212
If you want to get a more in depth understanding of how REST framework fits together head on over to [the tutorial][tutorial], or start browsing the [API guide][guide].
0 commit comments