diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/lookups.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/models/lookups.txt b/docs/ref/models/lookups.txt index 0846ade640..fdbde328de 100644 --- a/docs/ref/models/lookups.txt +++ b/docs/ref/models/lookups.txt @@ -180,9 +180,8 @@ following methods: The notation to use a lookup in an expression is ``<lhs>__<lookup_name>=<rhs>``. - This class doesn't follow the :ref:`Query Expression API <query-expression>` - since it has ``=<rhs>`` on its construction: lookups are always the end of - a lookup expression. + This class acts as a query expression, but, since it has ``=<rhs>`` on its + construction, lookups must always be the end of a lookup expression. .. attribute:: lhs |
