mirror of https://github.com/django/django.git
Subquery deconstruction support required implementing complex and expensive equality rules for sql.Query objects for little benefit as the latter cannot themselves be made deconstructible to their reference to model classes. Making Expression @deconstructible and not BaseExpression allows interested parties to conform to the "expression" API even if they are not deconstructible as it's only a requirement for expressions allowed in Model fields and meta options (e.g. constraints, indexes). Thanks Phillip Cutter for the report. This also fixes a performance regression in |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
test_bulk_update.py | ||
test_db_returning.py | ||
test_deprecation.py | ||
test_explain.py | ||
test_iterator.py | ||
test_q.py | ||
test_qs_combinators.py | ||
test_query.py | ||
tests.py |