aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2013-02-22 11:49:57 -0800
committerTom Christie2013-02-22 11:49:57 -0800
commitcf6c95de0112eb7d1c524849e907b586513cdf63 (patch)
treeafb8c1b3fb18fba9af370e7afffd7458d730d7c3 /README.md
parenta39de47cc7e6861a1d06b8ab1893f7358cf281f9 (diff)
parent78da724964019e33bfa5d9f05db2806d85816c2d (diff)
downloaddjango-rest-framework-cf6c95de0112eb7d1c524849e907b586513cdf63.tar.bz2
Merge pull request #673 from tomchristie/defusedxml
XML Security fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7b7d1d47..4ab44e0b 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,10 @@ There is also a sandbox API you can use for testing purposes, [available here][s
**Optional:**
-* [Markdown] - Markdown support for the self describing API.
-* [PyYAML] - YAML content type support.
-* [django-filter] - Filtering support.
+* [Markdown][markdown] - Markdown support for the self describing API.
+* [PyYAML][pyyaml] - YAML content type support.
+* [defusedxml][defusedxml] - XML content-type support.
+* [django-filter][django-filter] - Filtering support.
# Installation
@@ -115,4 +116,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
+[defusedxml]: https://pypi.python.org/pypi/defusedxml
[django-filter]: http://pypi.python.org/pypi/django-filter