diff options
| author | Collin Anderson <cmawebsite@gmail.com> | 2015-02-05 13:25:34 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-06 09:30:35 -0500 |
| commit | db77915c9fd35a203edd8206f702ee4082f04d4a (patch) | |
| tree | 4e97bb2cba7f08dc080992e266e18e9a9c9cc5f5 /tests/model_fields | |
| parent | eb45a29565fe006b87657e9ee24054c66a6474f9 (diff) | |
Fixed E265 comment style
Diffstat (limited to 'tests/model_fields')
| -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 ee2f807146..40499b0f8c 100644 --- a/tests/model_fields/models.py +++ b/tests/model_fields/models.py @@ -168,7 +168,7 @@ class VerboseNameField(models.Model): field10 = models.FilePathField("verbose field10") field11 = models.FloatField("verbose field11") # Don't want to depend on Pillow in this test - #field_image = models.ImageField("verbose field") + # field_image = models.ImageField("verbose field") field12 = models.IntegerField("verbose field12") field13 = models.GenericIPAddressField("verbose field13", protocol="ipv4") field14 = models.NullBooleanField("verbose field14") |
