Take coerce_to_string into account when handling DecimalField

Closes #62.
This commit is contained in:
Cristi Vîjdea
2018-02-21 04:32:52 +02:00
parent 71dee6eb45
commit 97cd1b63d9
7 changed files with 65 additions and 9 deletions
+11
View File
@@ -1036,6 +1036,17 @@ definitions:
type: number
readOnly: true
default: 6.9
rateAsString:
title: Rate as string
type: string
format: decimal
default: '0.000'
rate:
title: Rate
type: number
format: decimal
default: 0.0
minimum: 0.0
UserSerializerrr:
required:
- username