PEP8 clenaup

This commit is contained in:
Jeremy Stretch
2016-06-16 15:02:01 -04:00
parent 15938ff98f
commit 741f93999b
6 changed files with 8 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ class RIR(models.Model):
"""
name = models.CharField(max_length=50, unique=True)
slug = models.SlugField(unique=True)
class Meta:
ordering = ['name']
verbose_name = 'RIR'