django1/django/db/models/sql
Erik Cederstrand 14c8504a37
Refs #25265 -- Allowed Query subclasses to build filters.
2021-10-13 07:31:25 +02:00
..
__init__.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
compiler.py Fixed #33018 -- Fixed annotations with empty queryset. 2021-09-29 20:23:29 +02:00
constants.py Fixed #31426 -- Added proper field validation to QuerySet.order_by(). 2020-04-06 10:19:49 +02:00
datastructures.py Fixed #32951 -- Removed Query.where_class & co. 2021-07-22 08:49:20 +02:00
query.py Refs #25265 -- Allowed Query subclasses to build filters. 2021-10-13 07:31:25 +02:00
subqueries.py Refs #32946 -- Changed Query.add_filter() to take two arguments. 2021-07-28 09:38:42 +02:00
where.py Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() to create a shallow copy of children." 2021-09-30 11:26:17 +02:00