django-rest-framework-xml icon indicating copy to clipboard operation
django-rest-framework-xml copied to clipboard

XML support for Django REST Framework

Results 25 django-rest-framework-xml issues
Sort by recently updated
recently updated
newest added

The job of django-rest-framework-xml is to convert dictionaries to xml. It is valid for a python dictionary to contain a key which is either an integer or the string representation...

Hi I noticed one of our endpoints breaks when outputting as xml but works fine when using the DRF json renderer. It outputs something like this: ```xml *a long string...

Tags of the first and last children should be enough to tell if it is a list, which should be more capable.

As described in: http://stackoverflow.com/questions/35631886/django-rest-xmlparser-cannot-parse-item-list It appears XMLParser() does not support item lists. When parsing an XML list, the parser returns the last list item only (as a dict()). This behaviour...

### The problem Hello, I am using this library to parse XML in Django REST, and unfortunately, the XML I am parsing is third party, so I cannot use the...

Thanks for your work in this library! We're considering using it for a project, but one of the things that we run in to is that our users have values...

@jpadilla As discussed in #25 this PR implements an overridable `type_convert` method, that does nothing by default. I've updated the docs, but couldn't find a Changelog to note this in....

Hello, I often get the following error when my API is supposed to raises an error 400. ``` 2016-02-29 16:25:22,765 [ERROR] django.request.handle_uncaught_exception: Internal Server Error: /api/v1/users/ Traceback (most recent call...

Just a few indications about coding style, testing guidelines, pr naming conventions etc...