mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Flake8 corrections
This commit is contained in:
parent
d181384e5f
commit
fc79c3fb3d
3 changed files with 4 additions and 5 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue