PEP8 Cleanups.

This commit is contained in:
Roberto Rosario
2015-08-24 20:55:45 -04:00
parent f54c0d5058
commit 7392e80fc2
39 changed files with 1376 additions and 226 deletions

View File

@@ -133,6 +133,7 @@ class MetadataType(models.Model):
value = parser.parse(value)
return value
class Meta:
ordering = ('label',)
verbose_name = _('Metadata type')