diff options
| author | Carlton Gibson | 2015-01-23 15:22:20 +0100 | 
|---|---|---|
| committer | Carlton Gibson | 2015-01-23 15:22:20 +0100 | 
| commit | 790c92d438f85c93d8c3cf626347915c65c8384d (patch) | |
| tree | 157776782410e8e31a5fb1bf5a2291c3e18f31c4 | |
| parent | bf0b331e8f3d03d995d87a6f71fea2dc05880509 (diff) | |
| download | django-rest-framework-790c92d438f85c93d8c3cf626347915c65c8384d.tar.bz2 | |
Update Django-Filter references in docs and requirements.
| -rw-r--r-- | docs/index.md | 2 | ||||
| -rw-r--r-- | requirements.txt | 2 | 
2 files changed, 2 insertions, 2 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. diff --git a/requirements.txt b/requirements.txt index 43e947c4..00d973cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ markdown>=2.1.0  PyYAML>=3.10  defusedxml>=0.3  django-guardian==1.2.4 -django-filter>=0.5.4 +django-filter>=0.9.2  django-oauth-plus>=2.2.1  oauth2>=1.5.211  django-oauth2-provider>=0.2.4 | 
