opal
opal copied to clipboard
decimal field serialization
Django and DRF serialize decimal fields as strings because https://github.com/encode/django-rest-framework/issues/508
These blow up on html number fields.
Probably shouldn't