mirror of https://github.com/django/django.git
d660cee5bc
The previous implementation resolved condition at Join compilation time which required introducing a specialized expression resolving mode to alter the join reuse logic solely during that phase. FilteredRelation.condition is now resolved when the relation is first referenced which maintains the existing behavior while allowing the removal of the specialized resolving mode and address an issue where conditions couldn't spawn new joins. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |