summaryrefslogtreecommitdiff
path: root/tests/model_fields
diff options
context:
space:
mode:
Diffstat (limited to 'tests/model_fields')
-rw-r--r--tests/model_fields/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/model_fields/models.py b/tests/model_fields/models.py
index b16287a66c..c9e6555525 100644
--- a/tests/model_fields/models.py
+++ b/tests/model_fields/models.py
@@ -48,6 +48,7 @@ class Whiz(models.Model):
class BigD(models.Model):
d = models.DecimalField(max_digits=38, decimal_places=30)
+
class FloatModel(models.Model):
size = models.FloatField()