oxan / djangorestframework-dataclasses

Dataclasses serializer for Django REST framework
BSD 3-Clause "New" or "Revised" License
429 stars 28 forks source link

Add default value for max_digits and decimal_places in DecimalField #11

Closed oxan closed 3 years ago

oxan commented 4 years ago

I don't like the exceptions you otherwise get. We can set max_digits to None, but a sane default for decimal_places is harder. Maybe see if Django or DRF has a related setting we can use as default, or introduce one ourselves or something like that.