stash
This commit is contained in:
parent
41d34d9ff9
commit
3f24fd4bda
2 changed files with 3 additions and 3 deletions
|
@ -39,6 +39,3 @@ class EventAddress(models.Model):
|
|||
class EmailAttachment(AbstractFile):
|
||||
email = models.ForeignKey(Email, models.CASCADE, related_name='attachments', null=True)
|
||||
name = models.CharField(max_length=255)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue