From 671ec12676f611a177d5adfbba94bf6e0f1f550c Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 16:42:13 +0000 Subject: [PATCH] . --- atlas/filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/filters.py b/atlas/filters.py index cd59a77d..030f6795 100755 --- a/atlas/filters.py +++ b/atlas/filters.py @@ -22,7 +22,7 @@ class CaseFilter(django_filters.FilterSet): ) foo = django_filters.filters.ModelMultipleChoiceFilter( field_name='differential__condition', - to_field_name='Diff', + to_field_name='differential', queryset=Condition.objects.all(), )