Replies: 2 comments
-
|
Oh, I found it, it's |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I agree, all handlers that use a query set for retrieving records should have this macro. This should be an easy addition to the framework. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes it's useful for narrowing a query set in generic handlers.
Take for example a
?search=...query. TheRecordListgeneric handler would be sufficient if there was a way to narrow down the query. Also, it would be very useful for implementing soft delete.Beta Was this translation helpful? Give feedback.
All reactions