Add test for DecimalField(precision=0) and raise exception if negative/invalid values are provided

This commit is contained in:
Bastien Gerard
2021-08-07 22:38:27 +02:00
parent f6d864b6d1
commit 0af96b1323
4 changed files with 30 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ Development
- (Fill this out as you fix issues and develop your features).
- EnumField improvements: now `choices` limits the values of an enum to allow
- Fix deepcopy of EmbeddedDocument #2202
- Fix error when using precision=0 with DecimalField #2535
Changes in 0.23.1
===========