init
This commit is contained in:
parent
a441ec106a
commit
0889306222
|
@ -94,7 +94,7 @@ class Drilling(models.Model):
|
|||
section = models.ForeignKey(Section, blank=True, null=True)
|
||||
|
||||
def __unicode__(self):
|
||||
return self.name
|
||||
return self.code
|
||||
|
||||
class Meta:
|
||||
verbose_name_plural = u'钻孔'
|
||||
|
|
Loading…
Reference in New Issue