diff options
| author | Tom Christie | 2013-02-22 11:49:57 -0800 |
|---|---|---|
| committer | Tom Christie | 2013-02-22 11:49:57 -0800 |
| commit | cf6c95de0112eb7d1c524849e907b586513cdf63 (patch) | |
| tree | afb8c1b3fb18fba9af370e7afffd7458d730d7c3 /docs | |
| parent | a39de47cc7e6861a1d06b8ab1893f7358cf281f9 (diff) | |
| parent | 78da724964019e33bfa5d9f05db2806d85816c2d (diff) | |
| download | django-rest-framework-cf6c95de0112eb7d1c524849e907b586513cdf63.tar.bz2 | |
Merge pull request #673 from tomchristie/defusedxml
XML Security fixes
Diffstat (limited to 'docs')
| -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 0188accf..b2c04735 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 browseable API. * [PyYAML][yaml] (3.10+) - YAML content-type support. +* [defusedxml][defusedxml] (0.3+) - XML content-type support. * [django-filter][django-filter] (0.5.4+) - Filtering support. ## Installation @@ -173,6 +174,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 +[defusedxml]: https://pypi.python.org/pypi/defusedxml [django-filter]: http://pypi.python.org/pypi/django-filter [0.4]: https://github.com/tomchristie/django-rest-framework/tree/0.4.X [image]: img/quickstart.png |
