Issue #3635
closed
Improve filter documentation by creating a BaseFilterSet class to automatically set filter help text
Status:
CLOSED - CURRENTRELEASE
- Triaged changed from No to Yes
- Sprint set to Sprint 36
- Sprint changed from Sprint 36 to Sprint 37
- Sprint changed from Sprint 37 to Sprint 38
- Status changed from NEW to ASSIGNED
- Assignee set to jortel@redhat.com
- Status changed from ASSIGNED to NEW
- Assignee deleted (
jortel@redhat.com)
This does not appear to be supported by django. At least not in the documented API.
- Description updated (diff)
- Sprint changed from Sprint 38 to Sprint 39
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
- Subject changed from Improve filter documentation to Improve filter documentation by creating a BaseFilterSet class to automatically set filter help text
I'm reducing the scope of this bug to simply create a BaseFilterSet class to automatically set filter help text. Will open some other issues around ways the filter text could be improved.
- Related to Issue #3825: Date filter help text should specify the format of the dates added
- Related to Issue #3826: Range filter help text should specify the format allowed added
- Related to Issue #3827: Filters on content list lack help text added
- Status changed from ASSIGNED to POST
- Sprint changed from Sprint 39 to Sprint 40
- Status changed from POST to MODIFIED
- Has duplicate Story #2335: As an API consumer, I am able to discover filterable fields. added
- Sprint/Milestone set to 3.0.0
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Automatically set help text in schema for filters
Creating a BaseFilterSet class that will automatically set help_text for filters in our REST API schema.
fixes #3635 https://pulp.plan.io/issues/3635