PEP Cleanup
This commit is contained in:
parent
78789c02ed
commit
1bcec919cf
@ -80,7 +80,6 @@ class ProjectItem(models.Model):
|
|||||||
order = models.SmallIntegerField(default=0)
|
order = models.SmallIntegerField(default=0)
|
||||||
section = models.CharField(max_length=100, blank=True)
|
section = models.CharField(max_length=100, blank=True)
|
||||||
|
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
ordering = ['order', 'work']
|
ordering = ['order', 'work']
|
||||||
|
|
||||||
@ -408,3 +407,4 @@ class Section(models.Model):
|
|||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.name
|
return self.name
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user