summaryrefslogtreecommitdiff
path: root/tests/model_fields
diff options
context:
space:
mode:
authorShai Berger <shai@platonix.com>2014-03-12 20:34:05 +0200
committerShai Berger <shai@platonix.com>2014-03-12 20:34:05 +0200
commitfc79c3fb3daf64b911b1ff8fed30f73c56630416 (patch)
treed75a8895d8264ee8c3aced02c0ac8049d5f2018d /tests/model_fields
parentd181384e5f01e9d23fd9872b2cb532e0d70249b6 (diff)
Flake8 corrections
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()