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

@@ -261,3 +261,4 @@ that much better:
* Felix Schultheiß (https://github.com/felix-smashdocs)
* Jan Stein (https://github.com/janste63)
* Timothé Perez (https://github.com/AchilleAsh)
* oleksandr-l5 (https://github.com/oleksandr-l5)