Does Django have a list of available field search operators (those used by the QuerySet API, for example, "contains", "in", "lt", etc.)?
thank
EDIT: for clarification, I mean a list in the code that I can import, for example, I can check if a given string matches a valid statement.
source
share