You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FundingSource and Publication are two subclasses of the Attribution model. The views mentioned work by inheriting AttributionListView and setting which model to operate on. Within the get_queryset method, the queryset is filtered using fundingsource__in - i.e. checking the value of the fundingsource attribute of the model. This is only defined on the Attribution model, not on the FundingSource and Publication models that inherit from it, hence the error.
Error thrown by endpoint:
http://localhost:8000/en-gb/funding/list/fundingsources/
Seems like the route might be missing
The text was updated successfully, but these errors were encountered: