We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2727091 commit cfa599eCopy full SHA for cfa599e
1 file changed
tom_observations/views.py
@@ -58,7 +58,8 @@ class ObservationFilter(FilterSet):
58
def __init__(self, *args, **kwargs):
59
"""
60
The "status" filter is populated dynamically via list comprehension here in the __init__ (at runtime).
61
- This is necessary because the `ObservationRecord` db table doesn't necessarily exist at Class-interpretation-time
+ This is important because the `ObservationRecord` db table doesn't necessarily exist at
62
+ Class-interpretation-time
63
64
super().__init__(*args, **kwargs)
65
self.status = MultipleChoiceFilter(
0 commit comments