Deduplicate notifications in notification model
This commit is contained in:
parent
d9e65aa363
commit
e0cfb009e4
5 changed files with 16 additions and 12 deletions
|
@ -64,7 +64,6 @@ class ImportJob(models.Model):
|
|||
)
|
||||
|
||||
|
||||
|
||||
class ImportItem(models.Model):
|
||||
''' a single line of a csv being imported '''
|
||||
job = models.ForeignKey(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue