jpadilla / django-rest-framework-xml

XML support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-xml
BSD 3-Clause "New" or "Revised" License
86 stars 59 forks source link

Make type convert overridable #26

Open gertjanol opened 6 years ago

gertjanol commented 6 years ago

@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. Also, the versions mentioned in the docs might need updating, depending on how (and if) you choose to release this. I guess this warrants a major version increment?