diff options
| author | Michele Lazzeri | 2012-01-11 19:37:43 +0100 |
|---|---|---|
| committer | Michele Lazzeri | 2012-01-11 19:37:43 +0100 |
| commit | 6b3792aef27e045a049d6f3bd86d970cb53ea9f5 (patch) | |
| tree | 6b500b1f3cb30da92365733ff97877ea218b4f98 /djangorestframework/parsers.py | |
| parent | 1664bc7b915578ae8062562656fcc1b931ef095e (diff) | |
| download | django-rest-framework-6b3792aef27e045a049d6f3bd86d970cb53ea9f5.tar.bz2 | |
recursive xml parsing
Diffstat (limited to 'djangorestframework/parsers.py')
| -rw-r--r-- | djangorestframework/parsers.py | 2 |
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() |
