Deduplicate notifications in notification model

This commit is contained in:
Mouse Reeve
2021-02-10 16:21:29 -08:00
parent d9e65aa363
commit e0cfb009e4
5 changed files with 16 additions and 12 deletions

View File

@ -64,7 +64,6 @@ class ImportJob(models.Model):
)
class ImportItem(models.Model):
''' a single line of a csv being imported '''
job = models.ForeignKey(