You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: