From 3dd8a58037ffa805dc808350cb75012ca20fe007 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 23 Nov 2021 19:35:54 +0000 Subject: [PATCH] . --- atlas/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/models.py b/atlas/models.py index 9b0b8d36..8e2cf910 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -122,7 +122,7 @@ class Case(models.Model): help_text="If a question should be freely available to browse", default=True ) - series = SortedManyToManyField("Series", related_name="atlas") + series = SortedManyToManyField("Series", related_name="case") notes = GenericRelation(QuestionNote)