#24027 closed Bug (worksforme)
Module db.models.sql.expressions is missing
Description ¶
Module django.db.models.sql.expressions is missing in the latest head revision
(and thus no SQLEvaluator).
Change History (2)
comment:1 by , 10 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Also note that git log -- django/db/models/sql/expressions.py
will point you to the commit f59fd15c4928caf3dfcbd50f6ab47be409a43b01 fixing #14030.
Note:
See TracTickets
for help on using tickets.
Yes, the structure of this internal code has changed in master. Undocumented internal implementation details are not covered by our backwards-compatibility policy - if you write code that relies on them, you may have to adapt that code in any new feature release.