| .. |
|
fields
|
Fixed #34135 -- Added async-compatible interface to related managers.
|
2022-11-09 10:32:40 +01:00 |
|
functions
|
Refs #34070 -- Fixed date format in Now() on SQLite.
|
2022-10-24 09:11:48 +02:00 |
|
sql
|
Refs #25307 -- Replaced SQLQuery.rewrite_cols() by replace_expressions().
|
2022-11-14 09:05:32 +01:00 |
|
__init__.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
|
aggregates.py
|
Refs #33374 -- Adjusted full match condition handling.
|
2022-11-07 20:23:53 +01:00 |
|
base.py
|
Fixed #34137 -- Made Model.refresh_from_db() clear cached generic relations.
|
2022-11-07 08:06:30 +01: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 #28477 -- Stripped unused annotations on aggregation.
|
2022-11-09 13:22:14 +01:00 |
|
indexes.py
|
Removed unnecessary variable in Index.create_sql().
|
2022-04-22 19:07:56 +02:00 |
|
lookups.py
|
Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
|
2022-10-06 12:04:00 +02:00 |
|
manager.py
|
Fixed #33733 -- Preserved wrapper assignment for manager methods.
|
2022-06-01 10:44:34 +02:00 |
|
options.py
|
Refs #32095 -- Added model's Options._non_pk_concrete_field_names property.
|
2022-09-29 20:32:08 +02:00 |
|
query.py
|
Fixed #27654 -- Propagated alters_data attribute to callables overridden in subclasses.
|
2022-11-04 11:08:58 +01:00 |
|
query_utils.py
|
Fixed #28477 -- Stripped unused annotations on aggregation.
|
2022-11-09 13:22:14 +01:00 |
|
signals.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
|
utils.py
|
Fixed #27654 -- Propagated alters_data attribute to callables overridden in subclasses.
|
2022-11-04 11:08:58 +01:00 |