django1/django/db/models/sql
Daniel Hillier 7da37699e8 Fixed #27594 -- Fixed select_related() with reverse self-referential OneToOneField.
Fixed definition of `klass_info['from_parent']` so that two models aren't
considered from a parent class if the model classes are the same.
2016-12-14 07:46:27 -05:00
..
__init__.py Moved EmpytResultSet to django.core.exceptions. 2016-08-08 10:43:34 -04:00
compiler.py Fixed #27594 -- Fixed select_related() with reverse self-referential OneToOneField. 2016-12-14 07:46:27 -05:00
constants.py Fixed #24020 -- Refactored SQL compiler to use expressions 2015-01-08 14:07:54 -05:00
datastructures.py Moved EmpytResultSet to django.core.exceptions. 2016-08-08 10:43:34 -04:00
query.py Fixed #17002 -- Allowed using a ManyToManyField through model that inherits another. 2016-12-07 17:50:51 -05:00
subqueries.py Fixed #20939 -- Simplified query generation by converting QuerySet to Query. 2016-10-28 11:20:23 -04:00
where.py Fixed #20939 -- Simplified query generation by converting QuerySet to Query. 2016-10-28 11:20:23 -04:00