Actions
Issue #3897
closedFilters inherit from a Django's FilterSet not from our class
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Python:
Platform Release:
3.0.0
Target Release - Python:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 41
Quarter:
Description
PythonPackageContentFilter and PythonRemoteFilter 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
Updated by vdusek over 6 years ago
- Subject changed from Filters inherit from a Django's FilterSet not from ours to Filters inherit from a Django's FilterSet not from our
Updated by vdusek over 6 years ago
- Subject changed from Filters inherit from a Django's FilterSet not from our to Filters inherit from a Django's FilterSet not from our class
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 CodeHeeler over 6 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 40
Added by vdusek over 6 years ago
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 0ff205a2 | View on GitHub
Filters inherit from our class BaseFilterSet
Updated by vdusek over 6 years ago
- Status changed from POST to MODIFIED
Applied in changeset 0ff205a21722f3755293b1c21de6a8840d37ec40.
Actions
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