aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2013-02-23 08:39:57 +0000
committerTom Christie2013-02-23 08:39:57 +0000
commit8a0007133a458e43a6886cc1dfb9b52c77805caa (patch)
tree84a588a9de323d9f588cccdff6ee80353b2d66ab /README.md
parentf729506261d241b02b7bacb06cbbe8c0c39980da (diff)
downloaddjango-rest-framework-8a0007133a458e43a6886cc1dfb9b52c77805caa.tar.bz2
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4ab44e0b..afe3132d 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +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 defusedxml # XML content-type support.
pip install django-filter # Filtering support
...or clone the project from github.