Hi, while the majority of these filters work great, I noticed one minor issue:
The has_output method in MultiSelectRelatedFilter as inherited by MultiSelectMixin disregards the None option which makes the filter disappear when only one related instance is available.
See the implementation by the super-class RelatedFieldListFilter for a working example.
Hi, while the majority of these filters work great, I noticed one minor issue:
The
has_outputmethod inMultiSelectRelatedFilteras inherited byMultiSelectMixindisregards theNoneoption which makes the filter disappear when only one related instance is available.See the implementation by the super-class
RelatedFieldListFilterfor a working example.