Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter list endpoints #13

Open
gecBurton opened this issue Nov 17, 2021 · 1 comment
Open

filter list endpoints #13

gecBurton opened this issue Nov 17, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@gecBurton
Copy link
Contributor

gecBurton commented Nov 17, 2021

I would like to be able to filter @history and @delete

for example my-endpoint/123/history?revision__date_created__gt=2021-11-17&revision__user=12

perhaps we only want to be filter the revision model, so the url above could be shorted to: my-endpoint/123/history?date_created__gt=2021-11-17&user=12

@dennybiasiolli dennybiasiolli added the enhancement New feature or request label Nov 18, 2021
@dennybiasiolli
Copy link
Owner

Nice catch, a filter in the revisions history could be very useful! As soon as I have a couple of hours I'll look into it 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants