diff options
| author | Carlton Gibson | 2015-01-13 09:04:33 +0100 | 
|---|---|---|
| committer | Carlton Gibson | 2015-01-13 09:04:33 +0100 | 
| commit | 41e13d73fa53863e0aa25d41c32cc10cd4fe89df (patch) | |
| tree | 152e5a3f1e00b604de369975e481b6ba65c36ab4 | |
| parent | fb0a434f9b8b2971d6d3d03d34513926de4c71ce (diff) | |
| parent | 7f9a62a5bf6a86c4d0a96e5f00d7e96b22d3337f (diff) | |
| download | django-rest-framework-41e13d73fa53863e0aa25d41c32cc10cd4fe89df.tar.bz2 | |
Merge pull request #2407 from philipn/filters_link_fix
Fix link to `django-rest-framework-filters`
| -rw-r--r-- | docs/api-guide/filtering.md | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/api-guide/filtering.md b/docs/api-guide/filtering.md index 3eb1538f..e00560c7 100644 --- a/docs/api-guide/filtering.md +++ b/docs/api-guide/filtering.md @@ -391,9 +391,9 @@ We could achieve the same behavior by overriding `get_queryset()` on the views,  The following third party packages provide additional filter implementations. -## Django REST framework chain +## Django REST framework filters package -The [django-rest-framework-chain package][django-rest-framework-chain] works together with the `DjangoFilterBackend` class, and allows you to easily create filters across relationships, or create multiple filter lookup types for a given field. +The [django-rest-framework-filters package][django-rest-framework-filters] works together with the `DjangoFilterBackend` class, and allows you to easily create filters across relationships, or create multiple filter lookup types for a given field.  [cite]: https://docs.djangoproject.com/en/dev/topics/db/queries/#retrieving-specific-objects-with-filters  [django-filter]: https://github.com/alex/django-filter @@ -403,4 +403,4 @@ The [django-rest-framework-chain package][django-rest-framework-chain] works tog  [view-permissions-blogpost]: http://blog.nyaruka.com/adding-a-view-permission-to-django-models  [nullbooleanselect]: https://github.com/django/django/blob/master/django/forms/widgets.py  [search-django-admin]: https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.search_fields -[django-rest-framework-chain]: https://github.com/philipn/django-rest-framework-chain +[django-rest-framework-filters]: https://github.com/philipn/django-rest-framework-filters | 
