.. |
fields
|
Refs #33476 -- Refactored problematic code before reformatting by Black.
|
2022-02-03 11:20:46 +01:00 |
functions
|
Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_value.
|
2021-09-29 12:58:01 +02:00 |
sql
|
Refs #33476 -- Refactored problematic code before reformatting by Black.
|
2022-02-03 11:20:46 +01:00 |
__init__.py
|
Fixed #12990, Refs #27694 -- Added JSONField model field.
|
2020-05-08 07:23:31 +02:00 |
aggregates.py
|
Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on aggregates with default.
|
2022-01-31 11:33:24 +01:00 |
base.py
|
Improved Model.__init__() properties loop.
|
2022-01-13 11:09:37 +01:00 |
constants.py
|
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
|
2022-01-19 20:17:42 +01:00 |
constraints.py
|
Refs #33476 -- Refactored problematic code before reformatting by Black.
|
2022-02-03 11:20:46 +01:00 |
deletion.py
|
Fixed #13251 -- Made pre/post_delete signals dispatch the origin.
|
2022-01-11 08:06:18 +01:00 |
enums.py
|
Refs #32074 -- Used Enum.repr() format proposed for Python 3.10.
|
2021-07-12 11:46:37 +02:00 |
expressions.py
|
Refs #33482 -- Fixed QuerySet selecting and filtering againts negated Exists() with empty queryset.
|
2022-02-07 20:34:21 +01:00 |
indexes.py
|
Refs #33476 -- Refactored problematic code before reformatting by Black.
|
2022-02-03 11:20:46 +01:00 |
lookups.py
|
Refs #33476 -- Refactored problematic code before reformatting by Black.
|
2022-02-03 11:20:46 +01:00 |
manager.py
|
Used model's Options.label where applicable.
|
2020-12-29 08:56:39 +01:00 |
options.py
|
Fixed #33335 -- Made model validation ignore functional unique constraints.
|
2021-12-06 07:59:11 +01:00 |
query.py
|
Refs #33476 -- Refactored problematic code before reformatting by Black.
|
2022-02-03 11:20:46 +01:00 |
query_utils.py
|
Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery deconstruction.
|
2021-04-28 12:13:55 +02:00 |
signals.py
|
Fixed #31327 -- Deprecated providing_args argument for Signal.
|
2020-03-05 09:38:52 +01:00 |
utils.py
|
Refs #32355 -- Used @functools.lru_cache as a straight decorator.
|
2021-09-27 09:10:58 +02:00 |