diff options
| author | Tom Christie | 2012-11-09 13:05:36 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-11-09 13:05:36 +0000 | 
| commit | ff1234b711b8dfb7dc1cc539fa9d2b6fd2477825 (patch) | |
| tree | 3c1f18425d9d792f05653dc8a15af52730ee8c55 /docs/index.md | |
| parent | ad9c5d2ffa52a62a7c5cae444f5f4572b35fff2c (diff) | |
| download | django-rest-framework-ff1234b711b8dfb7dc1cc539fa9d2b6fd2477825.tar.bz2 | |
Updated filteing docs.
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md index 52ea2b75..1874ec00 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,6 +34,7 @@ The following packages are optional:  * [Markdown][markdown] (2.1.0+) - Markdown support for the self describing API.  * [PyYAML][yaml] (3.10+) - YAML content-type support. +* [django-filter][django-filter] (master) - Filtering support.  ## Installation @@ -163,6 +164,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  [urlobject]: https://github.com/zacharyvoase/urlobject  [markdown]: http://pypi.python.org/pypi/Markdown/  [yaml]: http://pypi.python.org/pypi/PyYAML +[django-filter]: https://github.com/alex/django-filter  [0.4]: https://github.com/tomchristie/django-rest-framework/tree/0.4.X  [image]: img/quickstart.png  [sandbox]: http://restframework.herokuapp.com/  | 
