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
Would also appreciate this to only allow certain types of operators on some django admin pages, and if possible also on a per field basis. Examples:
On a given page, if you selected the field "id", you would only be allowed to search using "=" or "in".
On another page, it could be more generic, independently of the field, only display and allow searches with certain operators, say ">", "<", "=" and "in"
Reason for restricting a bit the behavior is to reduce load on queries, so reduce functionality to improve performance on some specific pages.
It is possible to only show the operators that I need, example
field.other_field
and for this only show<
and>
The text was updated successfully, but these errors were encountered: