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
In ResourceTypeFilter, the line return queryset.filter(content_type_id=self.value()) can generate an exception if the value is not an int. This can happen if the URL is manually changed, for instance from ...?resource_type=21 to ...?resource_type=21X
The text was updated successfully, but these errors were encountered:
In
ResourceTypeFilter
, the linereturn queryset.filter(content_type_id=self.value())
can generate an exception if the value is not an int. This can happen if the URL is manually changed, for instance from...?resource_type=21
to...?resource_type=21X
The text was updated successfully, but these errors were encountered: