django1/django/db/models
David Wobrock 72b23c04d8 Fixed #33374 -- Fixed ExpressionWrapper annotations with full queryset. 2021-12-21 06:17:04 +01:00
..
fields Fixed #33374 -- Fixed ExpressionWrapper annotations with full queryset. 2021-12-21 06:17:04 +01:00
functions Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_value. 2021-09-29 12:58:01 +02:00
sql Fixed #33319 -- Fixed crash when combining with the | operator querysets with aliases that conflict. 2021-12-08 21:16:24 +01:00
__init__.py Fixed #12990, Refs #27694 -- Added JSONField model field. 2020-05-08 07:23:31 +02:00
aggregates.py Fixed #33262 -- Fixed crash of conditional aggregation on Exists(). 2021-11-04 06:31:32 +01:00
base.py Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on PostgreSQL. 2021-12-03 11:56:22 +01:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
constraints.py Refs #32074 -- Used Enum.repr() format proposed for Python 3.10. 2021-07-12 11:46:37 +02:00
deletion.py Refs #32946 -- Changed internal usage of dynamic Q() objects construction to use non-kwargs initialization. 2021-07-28 09:38:46 +02:00
enums.py Refs #32074 -- Used Enum.repr() format proposed for Python 3.10. 2021-07-12 11:46:37 +02:00
expressions.py Fixed #33282 -- Fixed a crash when OR'ing subquery and aggregation lookups. 2021-12-02 07:23:33 +01:00
indexes.py Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db.models. 2021-07-15 11:43:33 +02:00
lookups.py Refs #32690 -- Altered lookups Query rhs alterations during initialization. 2021-12-02 07:00:52 +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 Fixed #33322 -- Fixed loss of assigned related object when saving relation with bulk_update(). 2021-11-29 06:27:22 +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