--
Ticket URL: <https://code.djangoproject.com/ticket/24027>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => worksforme
* needs_tests: => 0
* needs_docs: => 0
Comment:
Yes, the structure of this internal code has changed in master.
Undocumented internal implementation details are not covered by our
[https://docs.djangoproject.com/en/1.7/misc/api-stability/ backwards-
compatibility policy] - if you write code that relies on them, you may
have to adapt that code in any new feature release.
--
Ticket URL: <https://code.djangoproject.com/ticket/24027#comment:1>
Comment (by claudep):
Also note that {{{ git log -- django/db/models/sql/expressions.py }}} will
point you to the commit f59fd15c4928caf3dfcbd50f6ab47be409a43b01 fixing
#14030.
--
Ticket URL: <https://code.djangoproject.com/ticket/24027#comment:2>