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
+7
View File
@@ -2,6 +2,13 @@
Changelog
#########
*********
**1.5.0**
*********
- **FIXED:** the ``coerce_to_string`` is now respected when setting the type, default value and min/max values of
``DecimalField`` in the OpenAPI schema (:issue:`62`)
*********
**1.4.0**
*********