diff options
| author | Tom Christie | 2015-01-23 15:33:48 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-01-23 15:33:48 +0000 | 
| commit | 47ddbc09d9959f1116eabbf67e8d1943f35ffeef (patch) | |
| tree | 157776782410e8e31a5fb1bf5a2291c3e18f31c4 /docs | |
| parent | 4201c9fb01beae84fc34a5b74e138e721de42de1 (diff) | |
| parent | 790c92d438f85c93d8c3cf626347915c65c8384d (diff) | |
| download | django-rest-framework-47ddbc09d9959f1116eabbf67e8d1943f35ffeef.tar.bz2 | |
Merge pull request #2447 from carltongibson/update-df-references
Update Django-Filter references
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/index.md b/docs/index.md index d40f8972..c1110788 100644 --- a/docs/index.md +++ b/docs/index.md @@ -58,7 +58,7 @@ The following packages are optional:  * [Markdown][markdown] (2.1.0+) - Markdown support for the browsable API.  * [PyYAML][yaml] (3.10+) - YAML content-type support.  * [defusedxml][defusedxml] (0.3+) - XML content-type support. -* [django-filter][django-filter] (0.5.4+) - Filtering support. +* [django-filter][django-filter] (0.9.2+) - Filtering support.  * [django-oauth-plus][django-oauth-plus] (2.0+) and [oauth2][oauth2] (1.5.211+) - OAuth 1.0a support.  * [django-oauth2-provider][django-oauth2-provider] (0.2.3+) - OAuth 2.0 support.  * [django-guardian][django-guardian] (1.1.1+) - Object level permissions support. | 
