aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2012-11-13 12:20:03 +0000
committerTom Christie2012-11-13 12:20:03 +0000
commit44e9749e36d31f811db7dc0998c7b8d1e35a784d (patch)
treec7f62fe02ab84f5da50982ddba6790d96ecade2e
parent21468a186785e38d622dc0bbe63515f320f9e479 (diff)
downloaddjango-rest-framework-44e9749e36d31f811db7dc0998c7b8d1e35a784d.tar.bz2
Note django-filter support
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 723e18de..644df873 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ There is also a sandbox API you can use for testing purposes, [available here][s
* [Markdown] - Markdown support for the self describing API.
* [PyYAML] - YAML content type support.
+* [django-filter] - Filtering support.
# Installation
@@ -145,4 +146,5 @@ 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/
[pyyaml]: http://pypi.python.org/pypi/PyYAML
+[django-filter]: https://github.com/alex/django-filter