django1/django/db/models/sql
sean_c_hsu 0f6946495a Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
Thanks Florian Apolloner, Chris Jerdonek, Hannes Ljungberg, Nick Pope,
and Mariusz Felisiak for reviews.
2022-01-19 20:17:42 +01:00
..
__init__.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
compiler.py Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create(). 2022-01-19 20:17:42 +01: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 Fixed #29338 -- Allowed using combined queryset in Subquery. 2022-01-17 18:01:07 +01:00
subqueries.py Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create(). 2022-01-19 20:17:42 +01: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