jpadilla / django-rest-framework-xml

XML support for Django REST Framework

Home Page:http://jpadilla.github.io/django-rest-framework-xml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convert string to int and lost '0' at beggin

rikirill opened this issue · comments

for exm:
if we will parsing 01234 we get dict {"test": 1234}

I propose add check on '0' at start of value