Issue #3898
closedFilters inherit from a Django's FilterSet not from our class
Description
AnsibleRoleFilter and AnsibleRoleVersionFilter inherit from Django's filterset.FilterSet class not from our BaseFilterSet. I suppose this could cause problems in generating documentation.
Related issues
Updated by vdusek over 6 years ago
- Related to Issue #3827: Filters on content list lack help text added
Added by vdusek over 6 years ago
Updated by vdusek over 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to vdusek
Updated by vdusek over 6 years ago
- Status changed from ASSIGNED to POST
Updated by vdusek over 6 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|82af26bc57c47713b8044583898b7a2b385c7765.
Added by vdusek over 6 years ago
Revision 933f82af | View on GitHub
Imports BaseFilterSet from right place
Added by vdusek over 6 years ago
Revision b1f45aa5 | View on GitHub
Exposes BaseFilterSet for plugins
re #3827, #3897, #3898 https://pulp.plan.io/issues/3827 https://pulp.plan.io/issues/3897 https://pulp.plan.io/issues/3898
Added by vdusek over 6 years ago
Revision b1f45aa5 | View on GitHub
Exposes BaseFilterSet for plugins
re #3827, #3897, #3898 https://pulp.plan.io/issues/3827 https://pulp.plan.io/issues/3897 https://pulp.plan.io/issues/3898
Updated by bmbouter about 6 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Filters inherit from our class BaseFilterSet
closes #3898 https://pulp.plan.io/issues/3898