diff options
| author | Tom Christie | 2013-02-23 08:39:57 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-02-23 08:39:57 +0000 |
| commit | 8a0007133a458e43a6886cc1dfb9b52c77805caa (patch) | |
| tree | 84a588a9de323d9f588cccdff6ee80353b2d66ab | |
| parent | f729506261d241b02b7bacb06cbbe8c0c39980da (diff) | |
| download | django-rest-framework-8a0007133a458e43a6886cc1dfb9b52c77805caa.tar.bz2 | |
Update README.md
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |
