Merge branch 'main' into csv-import-failures

This commit is contained in:
Mouse Reeve
2021-09-11 07:19:40 -07:00
280 changed files with 10272 additions and 4934 deletions

View File

@ -188,6 +188,7 @@ class ImportItem(models.Model):
if start_date and start_date is not None and not self.date_read:
return [ReadThrough(start_date=start_date)]
if self.date_read:
start_date = start_date if start_date < self.date_read else None
return [
ReadThrough(
start_date=start_date,