diff options
Diffstat (limited to 'tests/model_fields/models.py')
| -rw-r--r-- | tests/model_fields/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_fields/models.py b/tests/model_fields/models.py index f6e94a841e..2208a8d4b8 100644 --- a/tests/model_fields/models.py +++ b/tests/model_fields/models.py @@ -74,7 +74,7 @@ class WhizIterEmpty(models.Model): class BigD(models.Model): - d = models.DecimalField(max_digits=38, decimal_places=30) + d = models.DecimalField(max_digits=32, decimal_places=30) class FloatModel(models.Model): |
