mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
docs: resolve docstring error
This commit is contained in:
parent
9cb71074ec
commit
62184d8ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ def rewrite_q_expr(model_cls, expr):
|
|||
single row in a eav_values table cannot be both in two disjoint sets at
|
||||
the same time (and the whole point of using AND, usually, is two have
|
||||
two different sets). Therefore, we must paritially rewrite the
|
||||
expression so that the generated SQL is valid::
|
||||
expression so that the generated SQL is valid.
|
||||
|
||||
IGNORE:
|
||||
└── OR
|
||||
|
|
|
|||
Loading…
Reference in a new issue