.. |
fields
|
Fixed #33966 -- Added support for using KeyTextTransform from lookup.
|
2022-09-16 05:36:57 +02:00 |
functions
|
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
|
2022-07-06 07:40:07 +02:00 |
sql
|
Refs #28333 -- Explicitly ordered outer qualify query on window filtering.
|
2022-09-15 19:27:32 +02:00 |
__init__.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
aggregates.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
base.py
|
Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.
|
2022-07-27 10:06:24 +02:00 |
constants.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
constraints.py
|
Replaced Expression.replace_references() with .replace_expressions().
|
2022-08-11 09:53:10 +02:00 |
deletion.py
|
Fixed #33928 -- Avoided unnecessary queries when cascade updating.
|
2022-08-27 14:25:55 +02:00 |
enums.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
expressions.py
|
Fixed #33992 -- Fixed queryset crash when aggregating over a group containing Exists.
|
2022-09-08 05:50:02 +02:00 |
indexes.py
|
Removed unnecessary variable in Index.create_sql().
|
2022-04-22 19:07:56 +02:00 |
lookups.py
|
Fixed #33705 -- Fixed crash when using IsNull() lookup in filters.
|
2022-05-19 07:02:22 +02:00 |
manager.py
|
Fixed #33733 -- Preserved wrapper assignment for manager methods.
|
2022-06-01 10:44:34 +02:00 |
options.py
|
Refs #27236 -- Made cosmetic edits to Meta.index_together deprecation.
|
2022-07-21 07:05:50 +02:00 |
query.py
|
Fixed #33799, Refs #31685 -- Added parameters for updating conflicts to QuerySeta.abulk_create().
|
2022-06-23 11:12:35 +02:00 |
query_utils.py
|
Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
|
2022-09-13 12:48:31 +02:00 |
signals.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
utils.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |