Skip to content

Commit 8c68bc6

Browse files
committed
Removed obsolete Submission.idnits_message field.
- Legacy-Id: 10928
1 parent 62cae36 commit 8c68bc6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ietf/submit/models.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import re
1+
idniimport re
22
import datetime
33

44
from django.db import models
@@ -45,8 +45,6 @@ class Submission(models.Model):
4545

4646
submitter = models.CharField(max_length=255, blank=True, help_text="Name and email of submitter, e.g. \"John Doe <john@example.org>\".")
4747

48-
idnits_message = models.TextField(blank=True)
49-
5048
def __unicode__(self):
5149
return u"%s-%s" % (self.name, self.rev)
5250

0 commit comments

Comments
 (0)