diff options
| author | Tom Christie | 2012-11-16 20:58:49 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-11-16 20:58:49 +0000 |
| commit | 2f2bde69e42825ad55318e5a5745ee9655b3f81b (patch) | |
| tree | ea3631fa8ec4a33753bf29352cdebfba246d4d97 /docs/index.md | |
| parent | c5765641a44ad2fb3b80f63f9a47e0dd7f432c94 (diff) | |
| download | django-rest-framework-2f2bde69e42825ad55318e5a5745ee9655b3f81b.tar.bz2 | |
Docs, tox and travis use django-filter 0.5.4
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index fd834540..cc0f2a13 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,7 +34,7 @@ The following packages are optional: * [Markdown][markdown] (2.1.0+) - Markdown support for the browseable API. * [PyYAML][yaml] (3.10+) - YAML content-type support. -* [django-filter][django-filter] (master) - Filtering support. +* [django-filter][django-filter] (0.5.4+) - Filtering support. ## Installation @@ -43,7 +43,7 @@ Install using `pip`, including any optional packages you want... pip install djangorestframework pip install markdown # Markdown support for the browseable API. pip install pyyaml # YAML content-type support. - pip install -e git+https://github.com/alex/django-filter.git#egg=django-filter # Filtering support + pip install django-filter # Filtering support ...or clone the project from github. |
