Aron Forero

Results 1 issues of Aron Forero

When I pass a Python Dict like this to the renderer: ``` from rest_framework_xml.renderers import XMLRenderer dictionary = { 'NAME': 'Aron Dev', 'ID': 555000777, 'PHONE_NUMBER': [ 3124569874, 3021452361, ] }...