django1/django/db/models/sql
Abhijeet Viswa 1712a76b9d Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for related fields and parent link fields with multi-table inheritance.
Partly regression in 0107e3d105.
2020-02-11 20:43:57 +01:00
..
__init__.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
compiler.py Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for related fields and parent link fields with multi-table inheritance. 2020-02-11 20:43:57 +01:00
constants.py Fixed #30899 -- Lazily compiled import time regular expressions. 2019-10-29 09:22:26 +01:00
datastructures.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
query.py Refs #31136 -- Made QuerySet.values()/values_list() group only by selected annotation. 2020-01-15 09:32:42 +01:00
subqueries.py Fixed #31233 -- Closed database connections and cursors after use. 2020-02-06 15:35:23 +01:00
where.py Fixed #29545 -- Fixed using filter lookups againts nested subquery expressions. 2019-08-17 11:24:35 +02:00