django1/django/db/models
Mariusz Felisiak ce30e750e6
Used model's Options.label where applicable.
Follow up to b7a3a6c9ef.
2020-12-29 08:56:39 +01:00
..
fields Used model's Options.label where applicable. 2020-12-29 08:56:39 +01:00
functions Fixed #32179 -- Added JSONObject database function. 2020-12-02 09:30:50 +01:00
sql Fixed #25534, Fixed #31639 -- Added support for transform references in expressions. 2020-11-27 20:42:04 +01:00
__init__.py Fixed #12990, Refs #27694 -- Added JSONField model field. 2020-05-08 07:23:31 +02:00
aggregates.py Fixed #30665 -- Added support for distinct argument to Avg() and Sum(). 2019-07-31 11:22:50 +02:00
base.py Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
constraints.py Fixed #31745 -- Added error messages when using UniqueConstraint.include/opclasses with deferrable. 2020-06-29 06:41:23 +02:00
deletion.py Fixed #32107 -- Fixed ProtectedError.protected_objects and RestrictedError.restricted_objects. 2020-10-19 12:43:32 +02:00
enums.py Fixed #31154 -- Added support for using enumeration types in templates. 2020-01-10 07:52:06 +01:00
expressions.py Fixed #32200 -- Fixed grouping by ExpressionWrapper() with Q objects. 2020-11-19 21:00:04 +01:00
indexes.py Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argument optional and kwarg-only. 2020-12-23 11:16:13 +01:00
lookups.py Refs #27149 -- Fixed sql.Query identity. 2020-10-28 07:21:53 +01:00
manager.py Used model's Options.label where applicable. 2020-12-29 08:56:39 +01:00
options.py Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
query.py Fixed #32089 -- Fixed prefetch_related_objects() when some objects are already fetched. 2020-12-16 10:52:59 +01:00
query_utils.py Fixed #31680 -- Removed unnecessary getattr() call in DeferredAttribute.__get__(). 2020-06-10 12:24:18 +02:00
signals.py Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
utils.py Fixed #31843 -- Fixed pickling named values from QuerySet.values_list(). 2020-09-16 13:43:06 +02:00