Closed
Bug 1156799
Opened 10 years ago
Closed 6 years ago
Enhance filtering on ReMo public API
Categories
(Mozilla Reps Graveyard :: reps.mozilla.org, task, P3)
Mozilla Reps Graveyard
reps.mozilla.org
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nemo-yiannis, Unassigned)
References
Details
(Whiteboard: [api])
At the moment our public API allows filtering on some model fields. Due to some limitations of django-filter/DRF integration we need to fine tune this and enhance the query parameters with the following fixes:
* Find out which fields need extra lookup types (eg. __lt, __gt, __in, etc)
* Workaround this [1] limitation to allow filtering on DateTime fields.
[1] https://github.com/tomchristie/django-rest-framework/issues/1338
Reporter | ||
Updated•10 years ago
|
Group: mozilla-reps-admins
Updated•10 years ago
|
Whiteboard: [kb=1727538]
Updated•8 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Whiteboard: [kb=1727538] → [api][kb=1727538]
Updated•7 years ago
|
Whiteboard: [api][kb=1727538] → [api]
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: Mozilla Reps → Mozilla Reps Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•