Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#24027 closed Bug (worksforme)

Module db.models.sql.expressions is missing

Reported by: nholtz Owned by: nobody
Component: Uncategorized Version: dev
Severity: Release blocker Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Module django.db.models.sql.expressions is missing in the latest head revision
(and thus no SQLEvaluator).

Change History (2)

comment:1 by Carl Meyer, 9 years ago

Resolution: worksforme
Status: newclosed

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.

comment:2 by Claude Paroz, 9 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.
Back to Top