aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/parsers.py
diff options
context:
space:
mode:
authorMichele Lazzeri2012-01-11 19:37:43 +0100
committerMichele Lazzeri2012-01-11 19:37:43 +0100
commit6b3792aef27e045a049d6f3bd86d970cb53ea9f5 (patch)
tree6b500b1f3cb30da92365733ff97877ea218b4f98 /djangorestframework/parsers.py
parent1664bc7b915578ae8062562656fcc1b931ef095e (diff)
downloaddjango-rest-framework-6b3792aef27e045a049d6f3bd86d970cb53ea9f5.tar.bz2
recursive xml parsing
Diffstat (limited to 'djangorestframework/parsers.py')
-rw-r--r--djangorestframework/parsers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/djangorestframework/parsers.py b/djangorestframework/parsers.py
index c5eefaec..79e14260 100644
--- a/djangorestframework/parsers.py
+++ b/djangorestframework/parsers.py
@@ -196,8 +196,6 @@ class XMLParser(BaseParser):
def _xml_convert(self, element):
"""
convert the xml `element` into the corresponding python object
-
- `data` The python object representation of xml `element`.
"""
children = element.getchildren()