Removed obsolete Submission.idnits_message field.
- Legacy-Id: 10928
This commit is contained in:
parent
62cae36acd
commit
8c68bc63fa
|
@ -1,4 +1,4 @@
|
|||
import re
|
||||
idniimport re
|
||||
import datetime
|
||||
|
||||
from django.db import models
|
||||
|
@ -45,8 +45,6 @@ class Submission(models.Model):
|
|||
|
||||
submitter = models.CharField(max_length=255, blank=True, help_text="Name and email of submitter, e.g. \"John Doe <john@example.org>\".")
|
||||
|
||||
idnits_message = models.TextField(blank=True)
|
||||
|
||||
def __unicode__(self):
|
||||
return u"%s-%s" % (self.name, self.rev)
|
||||
|
||||
|
|
Loading…
Reference in a new issue